Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-7348 (GCVE-0-2024-7348)
Vulnerability from cvelistv5
Published
2024-08-08 13:00
Modified
2024-08-22 18:03
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-367 - Time-of-check Time-of-use (TOCTOU) Race Condition
Summary
Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.
References
► | URL | Tags | |
---|---|---|---|
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
n/a | PostgreSQL |
Version: 16 < 16.4 Version: 15 < 15.8 Version: 14 < 14.13 Version: 13 < 13.16 Version: 0 < 12.20 |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "postgresql", "vendor": "postgresql", "versions": [ { "lessThan": "12.20", "status": "affected", "version": "0", "versionType": "custom" }, { "lessThan": "13.16", "status": "affected", "version": "13", "versionType": "custom" }, { "lessThan": "14.13", "status": "affected", "version": "14", "versionType": "custom" }, { "lessThan": "15.8", "status": "affected", "version": "15", "versionType": "custom" }, { "lessThan": "16.4", "status": "affected", "version": "16", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-7348", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-08-15T00:00:00+00:00", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-08-16T04:01:38.124Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-22T18:03:18.699Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2024/08/11/1" }, { "url": "https://security.netapp.com/advisory/ntap-20240822-0002/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "PostgreSQL", "vendor": "n/a", "versions": [ { "lessThan": "16.4", "status": "affected", "version": "16", "versionType": "rpm" }, { "lessThan": "15.8", "status": "affected", "version": "15", "versionType": "rpm" }, { "lessThan": "14.13", "status": "affected", "version": "14", "versionType": "rpm" }, { "lessThan": "13.16", "status": "affected", "version": "13", "versionType": "rpm" }, { "lessThan": "12.20", "status": "affected", "version": "0", "versionType": "rpm" } ] } ], "configurations": [ { "lang": "en", "value": "attacker has permission to create non-temporary objects in at least one schema" } ], "credits": [ { "lang": "en", "value": "The PostgreSQL project thanks Noah Misch for reporting this problem." } ], "descriptions": [ { "lang": "en", "value": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected." } ], "metrics": [ { "cvssV3_1": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "format": "CVSS" } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-367", "description": "Time-of-check Time-of-use (TOCTOU) Race Condition", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-08-08T13:00:02.130Z", "orgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "shortName": "PostgreSQL" }, "references": [ { "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "title": "PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } }, "cveMetadata": { "assignerOrgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "assignerShortName": "PostgreSQL", "cveId": "CVE-2024-7348", "datePublished": "2024-08-08T13:00:02.130Z", "dateReserved": "2024-07-31T18:33:23.341Z", "dateUpdated": "2024-08-22T18:03:18.699Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-7348\",\"sourceIdentifier\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"published\":\"2024-08-08T13:15:14.007\",\"lastModified\":\"2024-11-21T09:51:20.720\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.\"},{\"lang\":\"es\",\"value\":\"La condici\u00f3n de ejecuci\u00f3n de tiempo de verificaci\u00f3n de tiempo de uso (TOCTOU) en pg_dump en PostgreSQL permite a un creador de objetos ejecutar funciones SQL arbitrarias como el usuario que ejecuta pg_dump, que a menudo es un superusuario. El ataque implica reemplazar otro tipo de relaci\u00f3n con una vista o tabla externa. El ataque requiere esperar a que se inicie pg_dump, pero ganar la condici\u00f3n de ejecuci\u00f3n es trivial si el atacante retiene una transacci\u00f3n abierta. Las versiones anteriores a PostgreSQL 16.4, 15.8, 14.13, 13.16 y 12.20 se ven afectadas.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-367\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-367\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.0\",\"versionEndExcluding\":\"12.20\",\"matchCriteriaId\":\"1406C6A7-1C35-4474-ACDB-BA846C24F21B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"13.0\",\"versionEndExcluding\":\"13.16\",\"matchCriteriaId\":\"8FADD5D0-8034-4379-8C8F-2EB545AF97A9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"14.0\",\"versionEndExcluding\":\"14.13\",\"matchCriteriaId\":\"5BC17304-2D09-4162-9010-02C4ED82B9EA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"15.0\",\"versionEndExcluding\":\"15.8\",\"matchCriteriaId\":\"7A8C15B7-5796-44FA-8A83-01DAF7B226ED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"16.0\",\"versionEndExcluding\":\"16.4\",\"matchCriteriaId\":\"7DDD83C9-C0AF-464E-A367-481E5556B970\"}]}]}],\"references\":[{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-7348/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/11/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240822-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/11/1\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240822-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-22T18:03:18.699Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-7348\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-09T18:15:41.354960Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\"], \"vendor\": \"postgresql\", \"product\": \"postgresql\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"12.20\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"13\", \"lessThan\": \"13.16\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"14\", \"lessThan\": \"14.13\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"15\", \"lessThan\": \"15.8\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"16\", \"lessThan\": \"16.4\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-09T18:19:26.753Z\"}}], \"cna\": {\"title\": \"PostgreSQL relation replacement during pg_dump executes arbitrary SQL\", \"credits\": [{\"lang\": \"en\", \"value\": \"The PostgreSQL project thanks Noah Misch for reporting this problem.\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 8.8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\"}}], \"affected\": [{\"vendor\": \"n/a\", \"product\": \"PostgreSQL\", \"versions\": [{\"status\": \"affected\", \"version\": \"16\", \"lessThan\": \"16.4\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"15\", \"lessThan\": \"15.8\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"14\", \"lessThan\": \"14.13\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"13\", \"lessThan\": \"13.16\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"12.20\", \"versionType\": \"rpm\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-7348/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-367\", \"description\": \"Time-of-check Time-of-use (TOCTOU) Race Condition\"}]}], \"configurations\": [{\"lang\": \"en\", \"value\": \"attacker has permission to create non-temporary objects in at least one schema\"}], \"providerMetadata\": {\"orgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"shortName\": \"PostgreSQL\", \"dateUpdated\": \"2024-08-08T13:00:02.130Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-7348\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-22T18:03:18.699Z\", \"dateReserved\": \"2024-07-31T18:33:23.341Z\", \"assignerOrgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"datePublished\": \"2024-08-08T13:00:02.130Z\", \"assignerShortName\": \"PostgreSQL\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-su-2024:3159-2
Vulnerability from csaf_suse
Published
2024-10-24 08:44
Modified
2024-10-24 08:44
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 16.4 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)
Patchnames
SUSE-2024-3159,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3159
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 16.4 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3159,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3159", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3159-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3159-2", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243159-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3159-2", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019677.html" }, { "category": "self", "summary": "SUSE Bug 1224038", "url": "https://bugzilla.suse.com/1224038" }, { "category": "self", "summary": "SUSE Bug 1224051", "url": "https://bugzilla.suse.com/1224051" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-4317 page", "url": "https://www.suse.com/security/cve/CVE-2024-4317/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-10-24T08:44:33Z", "generator": { "date": "2024-10-24T08:44:33Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3159-2", "initial_release_date": "2024-10-24T08:44:33Z", "revision_history": [ { "date": "2024-10-24T08:44:33Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.aarch64", "product": { "name": "libecpg6-16.4-150600.16.5.1.aarch64", "product_id": "libecpg6-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.aarch64", "product": { "name": "libpq5-16.4-150600.16.5.1.aarch64", "product_id": "libpq5-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-devel-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-server-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-test-16.4-150600.16.5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product_id": "libecpg6-64bit-16.4-150600.16.5.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product_id": "libpq5-64bit-16.4-150600.16.5.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.i586", "product": { "name": "libecpg6-16.4-150600.16.5.1.i586", "product_id": "libecpg6-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.i586", "product": { "name": "libpq5-16.4-150600.16.5.1.i586", "product_id": "libpq5-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-16.4-150600.16.5.1.i586", "product_id": "postgresql16-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.i586", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.i586", "product_id": "postgresql16-devel-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.i586", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.i586", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.i586", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.i586", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.i586", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.i586", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.i586", "product_id": "postgresql16-server-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.i586", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.i586", "product_id": "postgresql16-test-16.4-150600.16.5.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql16-docs-16.4-150600.16.5.1.noarch", "product": { "name": "postgresql16-docs-16.4-150600.16.5.1.noarch", "product_id": "postgresql16-docs-16.4-150600.16.5.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.ppc64le", "product": { "name": "libecpg6-16.4-150600.16.5.1.ppc64le", "product_id": "libecpg6-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.ppc64le", "product": { "name": "libpq5-16.4-150600.16.5.1.ppc64le", "product_id": "libpq5-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-devel-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-server-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-test-16.4-150600.16.5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.s390x", "product": { "name": "libecpg6-16.4-150600.16.5.1.s390x", "product_id": "libecpg6-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.s390x", "product": { "name": "libpq5-16.4-150600.16.5.1.s390x", "product_id": "libpq5-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-devel-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-server-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-test-16.4-150600.16.5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.x86_64", "product": { "name": "libecpg6-16.4-150600.16.5.1.x86_64", "product_id": "libecpg6-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-16.4-150600.16.5.1.x86_64", "product": { "name": "libecpg6-32bit-16.4-150600.16.5.1.x86_64", "product_id": "libecpg6-32bit-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.x86_64", "product": { "name": "libpq5-16.4-150600.16.5.1.x86_64", "product_id": "libpq5-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-16.4-150600.16.5.1.x86_64", "product": { "name": "libpq5-32bit-16.4-150600.16.5.1.x86_64", "product_id": "libpq5-32bit-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-devel-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-server-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-test-16.4-150600.16.5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-4317", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-4317" } ], "notes": [ { "category": "general", "text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-4317", "url": "https://www.suse.com/security/cve/CVE-2024-4317" }, { "category": "external", "summary": "SUSE Bug 1224038 for CVE-2024-4317", "url": "https://bugzilla.suse.com/1224038" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-10-24T08:44:33Z", "details": "moderate" } ], "title": "CVE-2024-4317" }, { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-10-24T08:44:33Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3224-1
Vulnerability from csaf_suse
Published
2024-09-12 12:12
Modified
2024-09-12 12:12
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 15.8 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3224,SUSE-SLE-SDK-12-SP5-2024-3224,SUSE-SLE-SERVER-12-SP5-2024-3224
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 15.8 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3224,SUSE-SLE-SDK-12-SP5-2024-3224,SUSE-SLE-SERVER-12-SP5-2024-3224", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3224-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3224-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243224-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3224-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036877.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-12T12:12:26Z", "generator": { "date": "2024-09-12T12:12:26Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3224-1", "initial_release_date": "2024-09-12T12:12:26Z", "revision_history": [ { "date": "2024-09-12T12:12:26Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-15.8-3.28.1.aarch64", "product_id": "postgresql15-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-contrib-15.8-3.28.1.aarch64", "product_id": "postgresql15-contrib-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-devel-15.8-3.28.1.aarch64", "product_id": "postgresql15-devel-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.8-3.28.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-plperl-15.8-3.28.1.aarch64", "product_id": "postgresql15-plperl-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-plpython-15.8-3.28.1.aarch64", "product_id": "postgresql15-plpython-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-pltcl-15.8-3.28.1.aarch64", "product_id": "postgresql15-pltcl-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-server-15.8-3.28.1.aarch64", "product_id": "postgresql15-server-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-server-devel-15.8-3.28.1.aarch64", "product_id": "postgresql15-server-devel-15.8-3.28.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-3.28.1.aarch64", "product": { "name": "postgresql15-test-15.8-3.28.1.aarch64", "product_id": "postgresql15-test-15.8-3.28.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-3.28.1.i586", "product": { "name": "postgresql15-15.8-3.28.1.i586", "product_id": "postgresql15-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-3.28.1.i586", "product": { "name": "postgresql15-contrib-15.8-3.28.1.i586", "product_id": "postgresql15-contrib-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-3.28.1.i586", "product": { "name": "postgresql15-devel-15.8-3.28.1.i586", "product_id": "postgresql15-devel-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-3.28.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.8-3.28.1.i586", "product_id": "postgresql15-llvmjit-devel-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-3.28.1.i586", "product": { "name": "postgresql15-plperl-15.8-3.28.1.i586", "product_id": "postgresql15-plperl-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-3.28.1.i586", "product": { "name": "postgresql15-plpython-15.8-3.28.1.i586", "product_id": "postgresql15-plpython-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-3.28.1.i586", "product": { "name": "postgresql15-pltcl-15.8-3.28.1.i586", "product_id": "postgresql15-pltcl-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.8-3.28.1.i586", "product": { "name": "postgresql15-server-15.8-3.28.1.i586", "product_id": "postgresql15-server-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-3.28.1.i586", "product": { "name": "postgresql15-server-devel-15.8-3.28.1.i586", "product_id": "postgresql15-server-devel-15.8-3.28.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.8-3.28.1.i586", "product": { "name": "postgresql15-test-15.8-3.28.1.i586", "product_id": "postgresql15-test-15.8-3.28.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.8-3.28.1.noarch", "product": { "name": "postgresql15-docs-15.8-3.28.1.noarch", "product_id": "postgresql15-docs-15.8-3.28.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-15.8-3.28.1.ppc64le", "product_id": "postgresql15-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-contrib-15.8-3.28.1.ppc64le", "product_id": "postgresql15-contrib-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-devel-15.8-3.28.1.ppc64le", "product_id": "postgresql15-devel-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.8-3.28.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-plperl-15.8-3.28.1.ppc64le", "product_id": "postgresql15-plperl-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-plpython-15.8-3.28.1.ppc64le", "product_id": "postgresql15-plpython-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.8-3.28.1.ppc64le", "product_id": "postgresql15-pltcl-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-server-15.8-3.28.1.ppc64le", "product_id": "postgresql15-server-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.8-3.28.1.ppc64le", "product_id": "postgresql15-server-devel-15.8-3.28.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.8-3.28.1.ppc64le", "product": { "name": "postgresql15-test-15.8-3.28.1.ppc64le", "product_id": "postgresql15-test-15.8-3.28.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-3.28.1.s390", "product": { "name": "postgresql15-15.8-3.28.1.s390", "product_id": "postgresql15-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-3.28.1.s390", "product": { "name": "postgresql15-contrib-15.8-3.28.1.s390", "product_id": "postgresql15-contrib-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-3.28.1.s390", "product": { "name": "postgresql15-devel-15.8-3.28.1.s390", "product_id": "postgresql15-devel-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-3.28.1.s390", "product": { "name": "postgresql15-llvmjit-devel-15.8-3.28.1.s390", "product_id": "postgresql15-llvmjit-devel-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-3.28.1.s390", "product": { "name": "postgresql15-plperl-15.8-3.28.1.s390", "product_id": "postgresql15-plperl-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-3.28.1.s390", "product": { "name": "postgresql15-plpython-15.8-3.28.1.s390", "product_id": "postgresql15-plpython-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-3.28.1.s390", "product": { "name": "postgresql15-pltcl-15.8-3.28.1.s390", "product_id": "postgresql15-pltcl-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-server-15.8-3.28.1.s390", "product": { "name": "postgresql15-server-15.8-3.28.1.s390", "product_id": "postgresql15-server-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-3.28.1.s390", "product": { "name": "postgresql15-server-devel-15.8-3.28.1.s390", "product_id": "postgresql15-server-devel-15.8-3.28.1.s390" } }, { "category": "product_version", "name": "postgresql15-test-15.8-3.28.1.s390", "product": { "name": "postgresql15-test-15.8-3.28.1.s390", "product_id": "postgresql15-test-15.8-3.28.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-3.28.1.s390x", "product": { "name": "postgresql15-15.8-3.28.1.s390x", "product_id": "postgresql15-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-3.28.1.s390x", "product": { "name": "postgresql15-contrib-15.8-3.28.1.s390x", "product_id": "postgresql15-contrib-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-3.28.1.s390x", "product": { "name": "postgresql15-devel-15.8-3.28.1.s390x", "product_id": "postgresql15-devel-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-3.28.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.8-3.28.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-3.28.1.s390x", "product": { "name": "postgresql15-plperl-15.8-3.28.1.s390x", "product_id": "postgresql15-plperl-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-3.28.1.s390x", "product": { "name": "postgresql15-plpython-15.8-3.28.1.s390x", "product_id": "postgresql15-plpython-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-3.28.1.s390x", "product": { "name": "postgresql15-pltcl-15.8-3.28.1.s390x", "product_id": "postgresql15-pltcl-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.8-3.28.1.s390x", "product": { "name": "postgresql15-server-15.8-3.28.1.s390x", "product_id": "postgresql15-server-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-3.28.1.s390x", "product": { "name": "postgresql15-server-devel-15.8-3.28.1.s390x", "product_id": "postgresql15-server-devel-15.8-3.28.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.8-3.28.1.s390x", "product": { "name": "postgresql15-test-15.8-3.28.1.s390x", "product_id": "postgresql15-test-15.8-3.28.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-15.8-3.28.1.x86_64", "product_id": "postgresql15-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-contrib-15.8-3.28.1.x86_64", "product_id": "postgresql15-contrib-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-devel-15.8-3.28.1.x86_64", "product_id": "postgresql15-devel-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.8-3.28.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-plperl-15.8-3.28.1.x86_64", "product_id": "postgresql15-plperl-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-plpython-15.8-3.28.1.x86_64", "product_id": "postgresql15-plpython-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-pltcl-15.8-3.28.1.x86_64", "product_id": "postgresql15-pltcl-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-server-15.8-3.28.1.x86_64", "product_id": "postgresql15-server-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-server-devel-15.8-3.28.1.x86_64", "product_id": "postgresql15-server-devel-15.8-3.28.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-3.28.1.x86_64", "product": { "name": "postgresql15-test-15.8-3.28.1.x86_64", "product_id": "postgresql15-test-15.8-3.28.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-devel-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-3.28.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.8-3.28.1.noarch" }, "product_reference": "postgresql15-docs-15.8-3.28.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-server-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-server-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-server-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-3.28.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.8-3.28.1.noarch" }, "product_reference": "postgresql15-docs-15.8-3.28.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.aarch64" }, "product_reference": "postgresql15-server-15.8-3.28.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-3.28.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.s390x" }, "product_reference": "postgresql15-server-15.8-3.28.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-3.28.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.x86_64" }, "product_reference": "postgresql15-server-15.8-3.28.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.8-3.28.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.8-3.28.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.8-3.28.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.8-3.28.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.8-3.28.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.8-3.28.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.8-3.28.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.8-3.28.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-12T12:12:26Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3171-1
Vulnerability from csaf_suse
Published
2024-09-09 10:53
Modified
2024-09-09 10:53
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 13.16 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3171,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3171,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3171,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3171,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP5-ERICSSON-2024-3171,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3171,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3171,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3171,SUSE-Storage-7.1-2024-3171,openSUSE-SLE-15.5-2024-3171,openSUSE-SLE-15.6-2024-3171
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 13.16 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3171,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3171,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3171,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3171,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3171,SUSE-SLE-Product-SLES-15-SP5-ERICSSON-2024-3171,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3171,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3171,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3171,SUSE-Storage-7.1-2024-3171,openSUSE-SLE-15.5-2024-3171,openSUSE-SLE-15.6-2024-3171", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3171-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3171-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243171-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3171-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036818.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-09T10:53:34Z", "generator": { "date": "2024-09-09T10:53:34Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3171-1", "initial_release_date": "2024-09-09T10:53:34Z", "revision_history": [ { "date": "2024-09-09T10:53:34Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-contrib-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-devel-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-plperl-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-plpython-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-server-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-test-13.16-150200.5.61.1.aarch64", "product": { "name": "postgresql13-test-13.16-150200.5.61.1.aarch64", "product_id": "postgresql13-test-13.16-150200.5.61.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-13.16-150200.5.61.1.i586", "product_id": "postgresql13-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-contrib-13.16-150200.5.61.1.i586", "product_id": "postgresql13-contrib-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-devel-13.16-150200.5.61.1.i586", "product_id": "postgresql13-devel-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.i586", "product_id": "postgresql13-llvmjit-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.i586", "product_id": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-plperl-13.16-150200.5.61.1.i586", "product_id": "postgresql13-plperl-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-plpython-13.16-150200.5.61.1.i586", "product_id": "postgresql13-plpython-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.i586", "product_id": "postgresql13-pltcl-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-server-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-server-13.16-150200.5.61.1.i586", "product_id": "postgresql13-server-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.i586", "product_id": "postgresql13-server-devel-13.16-150200.5.61.1.i586" } }, { "category": "product_version", "name": "postgresql13-test-13.16-150200.5.61.1.i586", "product": { "name": "postgresql13-test-13.16-150200.5.61.1.i586", "product_id": "postgresql13-test-13.16-150200.5.61.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql13-docs-13.16-150200.5.61.1.noarch", "product": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch", "product_id": "postgresql13-docs-13.16-150200.5.61.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-devel-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-server-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-test-13.16-150200.5.61.1.ppc64le", "product": { "name": "postgresql13-test-13.16-150200.5.61.1.ppc64le", "product_id": "postgresql13-test-13.16-150200.5.61.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-contrib-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-contrib-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-devel-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-devel-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-plperl-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-plperl-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-plpython-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-plpython-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-pltcl-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-server-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-server-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-server-devel-13.16-150200.5.61.1.s390x" } }, { "category": "product_version", "name": "postgresql13-test-13.16-150200.5.61.1.s390x", "product": { "name": "postgresql13-test-13.16-150200.5.61.1.s390x", "product_id": "postgresql13-test-13.16-150200.5.61.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-contrib-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-devel-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-plperl-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-plpython-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-server-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-test-13.16-150200.5.61.1.x86_64", "product": { "name": "postgresql13-test-13.16-150200.5.61.1.x86_64", "product_id": "postgresql13-test-13.16-150200.5.61.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-150200.5.61.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-docs-13.16-150200.5.61.1.noarch" }, "product_reference": "postgresql13-docs-13.16-150200.5.61.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.aarch64" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.ppc64le" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.s390x" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-150200.5.61.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.x86_64" }, "product_reference": "postgresql13-test-13.16-150200.5.61.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.16-150200.5.61.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.16-150200.5.61.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.16-150200.5.61.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.16-150200.5.61.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.16-150200.5.61.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.16-150200.5.61.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.16-150200.5.61.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.16-150200.5.61.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.16-150200.5.61.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.16-150200.5.61.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-09T10:53:34Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3158-1
Vulnerability from csaf_suse
Published
2024-09-06 10:15
Modified
2024-09-06 10:15
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 15.8 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3158,SUSE-SLE-Module-Legacy-15-SP6-2024-3158,openSUSE-SLE-15.6-2024-3158
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 15.8 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3158,SUSE-SLE-Module-Legacy-15-SP6-2024-3158,openSUSE-SLE-15.6-2024-3158", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3158-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3158-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243158-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3158-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036805.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-06T10:15:33Z", "generator": { "date": "2024-09-06T10:15:33Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3158-1", "initial_release_date": "2024-09-06T10:15:33Z", "revision_history": [ { "date": "2024-09-06T10:15:33Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-server-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-test-15.8-150600.16.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-15.8-150600.16.6.1.i586", "product_id": "postgresql15-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.i586", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.i586", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.i586", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.i586", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.i586", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.i586", "product_id": "postgresql15-server-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.i586", "product_id": "postgresql15-test-15.8-150600.16.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.8-150600.16.6.1.noarch", "product": { "name": "postgresql15-docs-15.8-150600.16.6.1.noarch", "product_id": "postgresql15-docs-15.8-150600.16.6.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-server-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-test-15.8-150600.16.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-server-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-test-15.8-150600.16.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-server-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-test-15.8-150600.16.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150600.16.6.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150600.16.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150600.16.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-docs-15.8-150600.16.6.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150600.16.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-test-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-test-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-test-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-test-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.8-150600.16.6.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.8-150600.16.6.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.8-150600.16.6.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.8-150600.16.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-06T10:15:33Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3154-1
Vulnerability from csaf_suse
Published
2024-09-06 09:23
Modified
2024-09-06 09:23
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 14.13 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3154,SUSE-SLE-SDK-12-SP5-2024-3154,SUSE-SLE-SERVER-12-SP5-2024-3154
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 14.13 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3154,SUSE-SLE-SDK-12-SP5-2024-3154,SUSE-SLE-SERVER-12-SP5-2024-3154", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3154-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3154-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243154-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3154-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036809.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-06T09:23:43Z", "generator": { "date": "2024-09-06T09:23:43Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3154-1", "initial_release_date": "2024-09-06T09:23:43Z", "revision_history": [ { "date": "2024-09-06T09:23:43Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-14.13-3.44.1.aarch64", "product_id": "postgresql14-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-contrib-14.13-3.44.1.aarch64", "product_id": "postgresql14-contrib-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-devel-14.13-3.44.1.aarch64", "product_id": "postgresql14-devel-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.13-3.44.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-plperl-14.13-3.44.1.aarch64", "product_id": "postgresql14-plperl-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-plpython-14.13-3.44.1.aarch64", "product_id": "postgresql14-plpython-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-pltcl-14.13-3.44.1.aarch64", "product_id": "postgresql14-pltcl-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-server-14.13-3.44.1.aarch64", "product_id": "postgresql14-server-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-server-devel-14.13-3.44.1.aarch64", "product_id": "postgresql14-server-devel-14.13-3.44.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-3.44.1.aarch64", "product": { "name": "postgresql14-test-14.13-3.44.1.aarch64", "product_id": "postgresql14-test-14.13-3.44.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-3.44.1.i586", "product": { "name": "postgresql14-14.13-3.44.1.i586", "product_id": "postgresql14-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-3.44.1.i586", "product": { "name": "postgresql14-contrib-14.13-3.44.1.i586", "product_id": "postgresql14-contrib-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-3.44.1.i586", "product": { "name": "postgresql14-devel-14.13-3.44.1.i586", "product_id": "postgresql14-devel-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-3.44.1.i586", "product": { "name": "postgresql14-llvmjit-devel-14.13-3.44.1.i586", "product_id": "postgresql14-llvmjit-devel-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-3.44.1.i586", "product": { "name": "postgresql14-plperl-14.13-3.44.1.i586", "product_id": "postgresql14-plperl-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-3.44.1.i586", "product": { "name": "postgresql14-plpython-14.13-3.44.1.i586", "product_id": "postgresql14-plpython-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-3.44.1.i586", "product": { "name": "postgresql14-pltcl-14.13-3.44.1.i586", "product_id": "postgresql14-pltcl-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-14.13-3.44.1.i586", "product": { "name": "postgresql14-server-14.13-3.44.1.i586", "product_id": "postgresql14-server-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-3.44.1.i586", "product": { "name": "postgresql14-server-devel-14.13-3.44.1.i586", "product_id": "postgresql14-server-devel-14.13-3.44.1.i586" } }, { "category": "product_version", "name": "postgresql14-test-14.13-3.44.1.i586", "product": { "name": "postgresql14-test-14.13-3.44.1.i586", "product_id": "postgresql14-test-14.13-3.44.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql14-docs-14.13-3.44.1.noarch", "product": { "name": "postgresql14-docs-14.13-3.44.1.noarch", "product_id": "postgresql14-docs-14.13-3.44.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-14.13-3.44.1.ppc64le", "product_id": "postgresql14-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-contrib-14.13-3.44.1.ppc64le", "product_id": "postgresql14-contrib-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-devel-14.13-3.44.1.ppc64le", "product_id": "postgresql14-devel-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.13-3.44.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-plperl-14.13-3.44.1.ppc64le", "product_id": "postgresql14-plperl-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-plpython-14.13-3.44.1.ppc64le", "product_id": "postgresql14-plpython-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.13-3.44.1.ppc64le", "product_id": "postgresql14-pltcl-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-server-14.13-3.44.1.ppc64le", "product_id": "postgresql14-server-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.13-3.44.1.ppc64le", "product_id": "postgresql14-server-devel-14.13-3.44.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.13-3.44.1.ppc64le", "product": { "name": "postgresql14-test-14.13-3.44.1.ppc64le", "product_id": "postgresql14-test-14.13-3.44.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-3.44.1.s390", "product": { "name": "postgresql14-14.13-3.44.1.s390", "product_id": "postgresql14-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-3.44.1.s390", "product": { "name": "postgresql14-contrib-14.13-3.44.1.s390", "product_id": "postgresql14-contrib-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-3.44.1.s390", "product": { "name": "postgresql14-devel-14.13-3.44.1.s390", "product_id": "postgresql14-devel-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-3.44.1.s390", "product": { "name": "postgresql14-llvmjit-devel-14.13-3.44.1.s390", "product_id": "postgresql14-llvmjit-devel-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-3.44.1.s390", "product": { "name": "postgresql14-plperl-14.13-3.44.1.s390", "product_id": "postgresql14-plperl-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-3.44.1.s390", "product": { "name": "postgresql14-plpython-14.13-3.44.1.s390", "product_id": "postgresql14-plpython-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-3.44.1.s390", "product": { "name": "postgresql14-pltcl-14.13-3.44.1.s390", "product_id": "postgresql14-pltcl-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-server-14.13-3.44.1.s390", "product": { "name": "postgresql14-server-14.13-3.44.1.s390", "product_id": "postgresql14-server-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-3.44.1.s390", "product": { "name": "postgresql14-server-devel-14.13-3.44.1.s390", "product_id": "postgresql14-server-devel-14.13-3.44.1.s390" } }, { "category": "product_version", "name": "postgresql14-test-14.13-3.44.1.s390", "product": { "name": "postgresql14-test-14.13-3.44.1.s390", "product_id": "postgresql14-test-14.13-3.44.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-3.44.1.s390x", "product": { "name": "postgresql14-14.13-3.44.1.s390x", "product_id": "postgresql14-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-3.44.1.s390x", "product": { "name": "postgresql14-contrib-14.13-3.44.1.s390x", "product_id": "postgresql14-contrib-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-3.44.1.s390x", "product": { "name": "postgresql14-devel-14.13-3.44.1.s390x", "product_id": "postgresql14-devel-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-3.44.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.13-3.44.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-3.44.1.s390x", "product": { "name": "postgresql14-plperl-14.13-3.44.1.s390x", "product_id": "postgresql14-plperl-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-3.44.1.s390x", "product": { "name": "postgresql14-plpython-14.13-3.44.1.s390x", "product_id": "postgresql14-plpython-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-3.44.1.s390x", "product": { "name": "postgresql14-pltcl-14.13-3.44.1.s390x", "product_id": "postgresql14-pltcl-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.13-3.44.1.s390x", "product": { "name": "postgresql14-server-14.13-3.44.1.s390x", "product_id": "postgresql14-server-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-3.44.1.s390x", "product": { "name": "postgresql14-server-devel-14.13-3.44.1.s390x", "product_id": "postgresql14-server-devel-14.13-3.44.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.13-3.44.1.s390x", "product": { "name": "postgresql14-test-14.13-3.44.1.s390x", "product_id": "postgresql14-test-14.13-3.44.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-14.13-3.44.1.x86_64", "product_id": "postgresql14-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-contrib-14.13-3.44.1.x86_64", "product_id": "postgresql14-contrib-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-devel-14.13-3.44.1.x86_64", "product_id": "postgresql14-devel-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.13-3.44.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-plperl-14.13-3.44.1.x86_64", "product_id": "postgresql14-plperl-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-plpython-14.13-3.44.1.x86_64", "product_id": "postgresql14-plpython-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-pltcl-14.13-3.44.1.x86_64", "product_id": "postgresql14-pltcl-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-server-14.13-3.44.1.x86_64", "product_id": "postgresql14-server-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-server-devel-14.13-3.44.1.x86_64", "product_id": "postgresql14-server-devel-14.13-3.44.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-3.44.1.x86_64", "product": { "name": "postgresql14-test-14.13-3.44.1.x86_64", "product_id": "postgresql14-test-14.13-3.44.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-devel-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-3.44.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.13-3.44.1.noarch" }, "product_reference": "postgresql14-docs-14.13-3.44.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-server-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-server-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-server-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-3.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.13-3.44.1.noarch" }, "product_reference": "postgresql14-docs-14.13-3.44.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.aarch64" }, "product_reference": "postgresql14-server-14.13-3.44.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-3.44.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.s390x" }, "product_reference": "postgresql14-server-14.13-3.44.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-3.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.x86_64" }, "product_reference": "postgresql14-server-14.13-3.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.13-3.44.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.13-3.44.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.13-3.44.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.13-3.44.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.13-3.44.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.13-3.44.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.13-3.44.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.13-3.44.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-06T09:23:43Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3153-1
Vulnerability from csaf_suse
Published
2024-09-06 09:23
Modified
2024-09-06 09:23
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 12.20 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3153,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3153,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3153,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3153,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3153,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3153,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3153,SUSE-Storage-7.1-2024-3153,openSUSE-SLE-15.5-2024-3153,openSUSE-SLE-15.6-2024-3153
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 12.20 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3153,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3153,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3153,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3153,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3153,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3153,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3153,SUSE-Storage-7.1-2024-3153,openSUSE-SLE-15.5-2024-3153,openSUSE-SLE-15.6-2024-3153", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3153-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3153-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243153-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3153-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036810.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-06T09:23:02Z", "generator": { "date": "2024-09-06T09:23:02Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3153-1", "initial_release_date": "2024-09-06T09:23:02Z", "revision_history": [ { "date": "2024-09-06T09:23:02Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-contrib-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-devel-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-llvmjit-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-plperl-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-plpython-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-server-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-test-12.20-150200.8.63.1.aarch64", "product": { "name": "postgresql12-test-12.20-150200.8.63.1.aarch64", "product_id": "postgresql12-test-12.20-150200.8.63.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-12.20-150200.8.63.1.i586", "product_id": "postgresql12-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-contrib-12.20-150200.8.63.1.i586", "product_id": "postgresql12-contrib-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-devel-12.20-150200.8.63.1.i586", "product_id": "postgresql12-devel-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.i586", "product_id": "postgresql12-llvmjit-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.i586", "product_id": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-plperl-12.20-150200.8.63.1.i586", "product_id": "postgresql12-plperl-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-plpython-12.20-150200.8.63.1.i586", "product_id": "postgresql12-plpython-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.i586", "product_id": "postgresql12-pltcl-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-server-12.20-150200.8.63.1.i586", "product_id": "postgresql12-server-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.i586", "product_id": "postgresql12-server-devel-12.20-150200.8.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-test-12.20-150200.8.63.1.i586", "product": { "name": "postgresql12-test-12.20-150200.8.63.1.i586", "product_id": "postgresql12-test-12.20-150200.8.63.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql12-docs-12.20-150200.8.63.1.noarch", "product": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch", "product_id": "postgresql12-docs-12.20-150200.8.63.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-devel-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-server-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-test-12.20-150200.8.63.1.ppc64le", "product": { "name": "postgresql12-test-12.20-150200.8.63.1.ppc64le", "product_id": "postgresql12-test-12.20-150200.8.63.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-contrib-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-contrib-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-devel-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-devel-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-llvmjit-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-plperl-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-plperl-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-plpython-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-plpython-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-pltcl-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-server-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-server-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-server-devel-12.20-150200.8.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-test-12.20-150200.8.63.1.s390x", "product": { "name": "postgresql12-test-12.20-150200.8.63.1.s390x", "product_id": "postgresql12-test-12.20-150200.8.63.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-contrib-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-devel-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-llvmjit-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-plperl-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-plpython-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-server-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-test-12.20-150200.8.63.1.x86_64", "product": { "name": "postgresql12-test-12.20-150200.8.63.1.x86_64", "product_id": "postgresql12-test-12.20-150200.8.63.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-150200.8.63.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-docs-12.20-150200.8.63.1.noarch" }, "product_reference": "postgresql12-docs-12.20-150200.8.63.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.aarch64" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.ppc64le" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.s390x" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-150200.8.63.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.x86_64" }, "product_reference": "postgresql12-test-12.20-150200.8.63.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.20-150200.8.63.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.20-150200.8.63.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.20-150200.8.63.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.20-150200.8.63.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.20-150200.8.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.20-150200.8.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.20-150200.8.63.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.20-150200.8.63.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.20-150200.8.63.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.20-150200.8.63.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-06T09:23:02Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3192-1
Vulnerability from csaf_suse
Published
2024-09-10 08:47
Modified
2024-09-10 08:47
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 13.16 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3192,SUSE-SLE-SDK-12-SP5-2024-3192,SUSE-SLE-SERVER-12-SP5-2024-3192
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 13.16 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3192,SUSE-SLE-SDK-12-SP5-2024-3192,SUSE-SLE-SERVER-12-SP5-2024-3192", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3192-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3192-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243192-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3192-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036836.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-10T08:47:09Z", "generator": { "date": "2024-09-10T08:47:09Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3192-1", "initial_release_date": "2024-09-10T08:47:09Z", "revision_history": [ { "date": "2024-09-10T08:47:09Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-13.16-3.52.1.aarch64", "product_id": "postgresql13-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-contrib-13.16-3.52.1.aarch64", "product_id": "postgresql13-contrib-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-devel-13.16-3.52.1.aarch64", "product_id": "postgresql13-devel-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-llvmjit-devel-13.16-3.52.1.aarch64", "product_id": "postgresql13-llvmjit-devel-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-plperl-13.16-3.52.1.aarch64", "product_id": "postgresql13-plperl-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-plpython-13.16-3.52.1.aarch64", "product_id": "postgresql13-plpython-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-pltcl-13.16-3.52.1.aarch64", "product_id": "postgresql13-pltcl-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-server-13.16-3.52.1.aarch64", "product_id": "postgresql13-server-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-server-devel-13.16-3.52.1.aarch64", "product_id": "postgresql13-server-devel-13.16-3.52.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-test-13.16-3.52.1.aarch64", "product": { "name": "postgresql13-test-13.16-3.52.1.aarch64", "product_id": "postgresql13-test-13.16-3.52.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-3.52.1.i586", "product": { "name": "postgresql13-13.16-3.52.1.i586", "product_id": "postgresql13-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-3.52.1.i586", "product": { "name": "postgresql13-contrib-13.16-3.52.1.i586", "product_id": "postgresql13-contrib-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-3.52.1.i586", "product": { "name": "postgresql13-devel-13.16-3.52.1.i586", "product_id": "postgresql13-devel-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-3.52.1.i586", "product": { "name": "postgresql13-llvmjit-devel-13.16-3.52.1.i586", "product_id": "postgresql13-llvmjit-devel-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-3.52.1.i586", "product": { "name": "postgresql13-plperl-13.16-3.52.1.i586", "product_id": "postgresql13-plperl-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-3.52.1.i586", "product": { "name": "postgresql13-plpython-13.16-3.52.1.i586", "product_id": "postgresql13-plpython-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-3.52.1.i586", "product": { "name": "postgresql13-pltcl-13.16-3.52.1.i586", "product_id": "postgresql13-pltcl-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-server-13.16-3.52.1.i586", "product": { "name": "postgresql13-server-13.16-3.52.1.i586", "product_id": "postgresql13-server-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-3.52.1.i586", "product": { "name": "postgresql13-server-devel-13.16-3.52.1.i586", "product_id": "postgresql13-server-devel-13.16-3.52.1.i586" } }, { "category": "product_version", "name": "postgresql13-test-13.16-3.52.1.i586", "product": { "name": "postgresql13-test-13.16-3.52.1.i586", "product_id": "postgresql13-test-13.16-3.52.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql13-docs-13.16-3.52.1.noarch", "product": { "name": "postgresql13-docs-13.16-3.52.1.noarch", "product_id": "postgresql13-docs-13.16-3.52.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-13.16-3.52.1.ppc64le", "product_id": "postgresql13-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-contrib-13.16-3.52.1.ppc64le", "product_id": "postgresql13-contrib-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-devel-13.16-3.52.1.ppc64le", "product_id": "postgresql13-devel-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-llvmjit-devel-13.16-3.52.1.ppc64le", "product_id": "postgresql13-llvmjit-devel-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-plperl-13.16-3.52.1.ppc64le", "product_id": "postgresql13-plperl-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-plpython-13.16-3.52.1.ppc64le", "product_id": "postgresql13-plpython-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-pltcl-13.16-3.52.1.ppc64le", "product_id": "postgresql13-pltcl-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-server-13.16-3.52.1.ppc64le", "product_id": "postgresql13-server-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-server-devel-13.16-3.52.1.ppc64le", "product_id": "postgresql13-server-devel-13.16-3.52.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-test-13.16-3.52.1.ppc64le", "product": { "name": "postgresql13-test-13.16-3.52.1.ppc64le", "product_id": "postgresql13-test-13.16-3.52.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-3.52.1.s390", "product": { "name": "postgresql13-13.16-3.52.1.s390", "product_id": "postgresql13-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-3.52.1.s390", "product": { "name": "postgresql13-contrib-13.16-3.52.1.s390", "product_id": "postgresql13-contrib-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-3.52.1.s390", "product": { "name": "postgresql13-devel-13.16-3.52.1.s390", "product_id": "postgresql13-devel-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-3.52.1.s390", "product": { "name": "postgresql13-llvmjit-devel-13.16-3.52.1.s390", "product_id": "postgresql13-llvmjit-devel-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-3.52.1.s390", "product": { "name": "postgresql13-plperl-13.16-3.52.1.s390", "product_id": "postgresql13-plperl-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-3.52.1.s390", "product": { "name": "postgresql13-plpython-13.16-3.52.1.s390", "product_id": "postgresql13-plpython-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-3.52.1.s390", "product": { "name": "postgresql13-pltcl-13.16-3.52.1.s390", "product_id": "postgresql13-pltcl-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-server-13.16-3.52.1.s390", "product": { "name": "postgresql13-server-13.16-3.52.1.s390", "product_id": "postgresql13-server-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-3.52.1.s390", "product": { "name": "postgresql13-server-devel-13.16-3.52.1.s390", "product_id": "postgresql13-server-devel-13.16-3.52.1.s390" } }, { "category": "product_version", "name": "postgresql13-test-13.16-3.52.1.s390", "product": { "name": "postgresql13-test-13.16-3.52.1.s390", "product_id": "postgresql13-test-13.16-3.52.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-3.52.1.s390x", "product": { "name": "postgresql13-13.16-3.52.1.s390x", "product_id": "postgresql13-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-3.52.1.s390x", "product": { "name": "postgresql13-contrib-13.16-3.52.1.s390x", "product_id": "postgresql13-contrib-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-3.52.1.s390x", "product": { "name": "postgresql13-devel-13.16-3.52.1.s390x", "product_id": "postgresql13-devel-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-3.52.1.s390x", "product": { "name": "postgresql13-llvmjit-devel-13.16-3.52.1.s390x", "product_id": "postgresql13-llvmjit-devel-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-3.52.1.s390x", "product": { "name": "postgresql13-plperl-13.16-3.52.1.s390x", "product_id": "postgresql13-plperl-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-3.52.1.s390x", "product": { "name": "postgresql13-plpython-13.16-3.52.1.s390x", "product_id": "postgresql13-plpython-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-3.52.1.s390x", "product": { "name": "postgresql13-pltcl-13.16-3.52.1.s390x", "product_id": "postgresql13-pltcl-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-13.16-3.52.1.s390x", "product": { "name": "postgresql13-server-13.16-3.52.1.s390x", "product_id": "postgresql13-server-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-3.52.1.s390x", "product": { "name": "postgresql13-server-devel-13.16-3.52.1.s390x", "product_id": "postgresql13-server-devel-13.16-3.52.1.s390x" } }, { "category": "product_version", "name": "postgresql13-test-13.16-3.52.1.s390x", "product": { "name": "postgresql13-test-13.16-3.52.1.s390x", "product_id": "postgresql13-test-13.16-3.52.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-13.16-3.52.1.x86_64", "product_id": "postgresql13-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-contrib-13.16-3.52.1.x86_64", "product_id": "postgresql13-contrib-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-devel-13.16-3.52.1.x86_64", "product_id": "postgresql13-devel-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-llvmjit-devel-13.16-3.52.1.x86_64", "product_id": "postgresql13-llvmjit-devel-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-plperl-13.16-3.52.1.x86_64", "product_id": "postgresql13-plperl-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-plpython-13.16-3.52.1.x86_64", "product_id": "postgresql13-plpython-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-pltcl-13.16-3.52.1.x86_64", "product_id": "postgresql13-pltcl-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-server-13.16-3.52.1.x86_64", "product_id": "postgresql13-server-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-server-devel-13.16-3.52.1.x86_64", "product_id": "postgresql13-server-devel-13.16-3.52.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-test-13.16-3.52.1.x86_64", "product": { "name": "postgresql13-test-13.16-3.52.1.x86_64", "product_id": "postgresql13-test-13.16-3.52.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-devel-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-server-devel-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-3.52.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.16-3.52.1.noarch" }, "product_reference": "postgresql13-docs-13.16-3.52.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-server-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-server-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-server-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-3.52.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.16-3.52.1.noarch" }, "product_reference": "postgresql13-docs-13.16-3.52.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.aarch64" }, "product_reference": "postgresql13-server-13.16-3.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-3.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.s390x" }, "product_reference": "postgresql13-server-13.16-3.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.x86_64" }, "product_reference": "postgresql13-server-13.16-3.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.16-3.52.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.16-3.52.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.16-3.52.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.16-3.52.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.16-3.52.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.16-3.52.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.16-3.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.16-3.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-10T08:47:09Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3170-1
Vulnerability from csaf_suse
Published
2024-09-09 10:51
Modified
2024-09-09 10:51
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 16.4 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3170,SUSE-SLE-Module-Basesystem-15-SP5-2024-3170,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3170,SUSE-SLE-Module-Server-Applications-15-SP5-2024-3170,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3170,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3170,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3170,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3170,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3170,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3170,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3170,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3170,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3170,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3170,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3170,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3170,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3170,SUSE-Storage-7.1-2024-3170,openSUSE-SLE-15.5-2024-3170
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 16.4 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3170,SUSE-SLE-Module-Basesystem-15-SP5-2024-3170,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3170,SUSE-SLE-Module-Server-Applications-15-SP5-2024-3170,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3170,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3170,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3170,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3170,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3170,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3170,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3170,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3170,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3170,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3170,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3170,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3170,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3170,SUSE-Storage-7.1-2024-3170,openSUSE-SLE-15.5-2024-3170", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3170-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3170-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243170-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3170-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036819.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-09T10:51:47Z", "generator": { "date": "2024-09-09T10:51:47Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3170-1", "initial_release_date": "2024-09-09T10:51:47Z", "revision_history": [ { "date": "2024-09-09T10:51:47Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150200.5.16.1.aarch64", "product": { "name": "libecpg6-16.4-150200.5.16.1.aarch64", "product_id": "libecpg6-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "libpq5-16.4-150200.5.16.1.aarch64", "product": { "name": "libpq5-16.4-150200.5.16.1.aarch64", "product_id": "libpq5-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-contrib-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-contrib-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-devel-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-devel-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-devel-mini-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-llvmjit-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-plperl-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-plperl-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-plpython-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-plpython-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-server-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-server-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150200.5.16.1.aarch64", "product": { "name": "postgresql16-test-16.4-150200.5.16.1.aarch64", "product_id": "postgresql16-test-16.4-150200.5.16.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-16.4-150200.5.16.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-16.4-150200.5.16.1.aarch64_ilp32", "product_id": "libecpg6-64bit-16.4-150200.5.16.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-16.4-150200.5.16.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-16.4-150200.5.16.1.aarch64_ilp32", "product_id": "libpq5-64bit-16.4-150200.5.16.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150200.5.16.1.i586", "product": { "name": "libecpg6-16.4-150200.5.16.1.i586", "product_id": "libecpg6-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "libpq5-16.4-150200.5.16.1.i586", "product": { "name": "libpq5-16.4-150200.5.16.1.i586", "product_id": "libpq5-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-16.4-150200.5.16.1.i586", "product_id": "postgresql16-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-contrib-16.4-150200.5.16.1.i586", "product_id": "postgresql16-contrib-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-devel-16.4-150200.5.16.1.i586", "product_id": "postgresql16-devel-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.i586", "product_id": "postgresql16-devel-mini-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.i586", "product_id": "postgresql16-llvmjit-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.i586", "product_id": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-plperl-16.4-150200.5.16.1.i586", "product_id": "postgresql16-plperl-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-plpython-16.4-150200.5.16.1.i586", "product_id": "postgresql16-plpython-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.i586", "product_id": "postgresql16-pltcl-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-server-16.4-150200.5.16.1.i586", "product_id": "postgresql16-server-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.i586", "product_id": "postgresql16-server-devel-16.4-150200.5.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150200.5.16.1.i586", "product": { "name": "postgresql16-test-16.4-150200.5.16.1.i586", "product_id": "postgresql16-test-16.4-150200.5.16.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql16-docs-16.4-150200.5.16.1.noarch", "product": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch", "product_id": "postgresql16-docs-16.4-150200.5.16.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150200.5.16.1.ppc64le", "product": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le", "product_id": "libecpg6-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-16.4-150200.5.16.1.ppc64le", "product": { "name": "libpq5-16.4-150200.5.16.1.ppc64le", "product_id": "libpq5-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-devel-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-devel-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-server-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-server-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150200.5.16.1.ppc64le", "product": { "name": "postgresql16-test-16.4-150200.5.16.1.ppc64le", "product_id": "postgresql16-test-16.4-150200.5.16.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150200.5.16.1.s390x", "product": { "name": "libecpg6-16.4-150200.5.16.1.s390x", "product_id": "libecpg6-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "libpq5-16.4-150200.5.16.1.s390x", "product": { "name": "libpq5-16.4-150200.5.16.1.s390x", "product_id": "libpq5-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-contrib-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-contrib-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-devel-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-devel-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-devel-mini-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-llvmjit-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-plperl-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-plperl-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-plpython-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-plpython-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-pltcl-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-server-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-server-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-server-devel-16.4-150200.5.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150200.5.16.1.s390x", "product": { "name": "postgresql16-test-16.4-150200.5.16.1.s390x", "product_id": "postgresql16-test-16.4-150200.5.16.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150200.5.16.1.x86_64", "product": { "name": "libecpg6-16.4-150200.5.16.1.x86_64", "product_id": "libecpg6-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-16.4-150200.5.16.1.x86_64", "product": { "name": "libecpg6-32bit-16.4-150200.5.16.1.x86_64", "product_id": "libecpg6-32bit-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "libpq5-16.4-150200.5.16.1.x86_64", "product": { "name": "libpq5-16.4-150200.5.16.1.x86_64", "product_id": "libpq5-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "product": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "product_id": "libpq5-32bit-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-contrib-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-devel-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-devel-mini-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-llvmjit-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-plperl-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-plpython-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-server-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150200.5.16.1.x86_64", "product": { "name": "postgresql16-test-16.4-150200.5.16.1.x86_64", "product_id": "postgresql16-test-16.4-150200.5.16.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.s390x" }, "product_reference": "libpq5-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.s390x" }, "product_reference": "libecpg6-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.s390x" }, "product_reference": "libecpg6-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.s390x" }, "product_reference": "libpq5-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.s390x" }, "product_reference": "libecpg6-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.s390x" }, "product_reference": "libpq5-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.s390x" }, "product_reference": "libecpg6-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.s390x" }, "product_reference": "libpq5-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.s390x" }, "product_reference": "libecpg6-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.s390x" }, "product_reference": "libpq5-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.aarch64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.s390x" }, "product_reference": "libecpg6-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libecpg6-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.aarch64" }, "product_reference": "libpq5-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.ppc64le" }, "product_reference": "libpq5-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.s390x" }, "product_reference": "libpq5-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-32bit-16.4-150200.5.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-devel-mini-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-devel-mini-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-mini-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-devel-mini-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150200.5.16.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-docs-16.4-150200.5.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150200.5.16.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.aarch64" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.ppc64le" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.s390x" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150200.5.16.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.x86_64" }, "product_reference": "postgresql16-test-16.4-150200.5.16.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.4-150200.5.16.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.4-150200.5.16.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:libecpg6-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:libpq5-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.4-150200.5.16.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.4-150200.5.16.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:libecpg6-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:libpq5-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-mini-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.4-150200.5.16.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.4-150200.5.16.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.4-150200.5.16.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-09T10:51:47Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3191-1
Vulnerability from csaf_suse
Published
2024-09-10 08:46
Modified
2024-09-10 08:46
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 12.20 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3191,SUSE-SLE-SDK-12-SP5-2024-3191,SUSE-SLE-SERVER-12-SP5-2024-3191
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 12.20 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3191,SUSE-SLE-SDK-12-SP5-2024-3191,SUSE-SLE-SERVER-12-SP5-2024-3191", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3191-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3191-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243191-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3191-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036837.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-10T08:46:55Z", "generator": { "date": "2024-09-10T08:46:55Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3191-1", "initial_release_date": "2024-09-10T08:46:55Z", "revision_history": [ { "date": "2024-09-10T08:46:55Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-12.20-3.58.1.aarch64", "product_id": "postgresql12-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-contrib-12.20-3.58.1.aarch64", "product_id": "postgresql12-contrib-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-devel-12.20-3.58.1.aarch64", "product_id": "postgresql12-devel-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-llvmjit-devel-12.20-3.58.1.aarch64", "product_id": "postgresql12-llvmjit-devel-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-plperl-12.20-3.58.1.aarch64", "product_id": "postgresql12-plperl-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-plpython-12.20-3.58.1.aarch64", "product_id": "postgresql12-plpython-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-pltcl-12.20-3.58.1.aarch64", "product_id": "postgresql12-pltcl-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-server-12.20-3.58.1.aarch64", "product_id": "postgresql12-server-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-server-devel-12.20-3.58.1.aarch64", "product_id": "postgresql12-server-devel-12.20-3.58.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-test-12.20-3.58.1.aarch64", "product": { "name": "postgresql12-test-12.20-3.58.1.aarch64", "product_id": "postgresql12-test-12.20-3.58.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-3.58.1.i586", "product": { "name": "postgresql12-12.20-3.58.1.i586", "product_id": "postgresql12-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-3.58.1.i586", "product": { "name": "postgresql12-contrib-12.20-3.58.1.i586", "product_id": "postgresql12-contrib-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-3.58.1.i586", "product": { "name": "postgresql12-devel-12.20-3.58.1.i586", "product_id": "postgresql12-devel-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-3.58.1.i586", "product": { "name": "postgresql12-llvmjit-devel-12.20-3.58.1.i586", "product_id": "postgresql12-llvmjit-devel-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-3.58.1.i586", "product": { "name": "postgresql12-plperl-12.20-3.58.1.i586", "product_id": "postgresql12-plperl-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-3.58.1.i586", "product": { "name": "postgresql12-plpython-12.20-3.58.1.i586", "product_id": "postgresql12-plpython-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-3.58.1.i586", "product": { "name": "postgresql12-pltcl-12.20-3.58.1.i586", "product_id": "postgresql12-pltcl-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-12.20-3.58.1.i586", "product": { "name": "postgresql12-server-12.20-3.58.1.i586", "product_id": "postgresql12-server-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-3.58.1.i586", "product": { "name": "postgresql12-server-devel-12.20-3.58.1.i586", "product_id": "postgresql12-server-devel-12.20-3.58.1.i586" } }, { "category": "product_version", "name": "postgresql12-test-12.20-3.58.1.i586", "product": { "name": "postgresql12-test-12.20-3.58.1.i586", "product_id": "postgresql12-test-12.20-3.58.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql12-docs-12.20-3.58.1.noarch", "product": { "name": "postgresql12-docs-12.20-3.58.1.noarch", "product_id": "postgresql12-docs-12.20-3.58.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-12.20-3.58.1.ppc64le", "product_id": "postgresql12-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-contrib-12.20-3.58.1.ppc64le", "product_id": "postgresql12-contrib-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-devel-12.20-3.58.1.ppc64le", "product_id": "postgresql12-devel-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-llvmjit-devel-12.20-3.58.1.ppc64le", "product_id": "postgresql12-llvmjit-devel-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-plperl-12.20-3.58.1.ppc64le", "product_id": "postgresql12-plperl-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-plpython-12.20-3.58.1.ppc64le", "product_id": "postgresql12-plpython-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-pltcl-12.20-3.58.1.ppc64le", "product_id": "postgresql12-pltcl-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-server-12.20-3.58.1.ppc64le", "product_id": "postgresql12-server-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-server-devel-12.20-3.58.1.ppc64le", "product_id": "postgresql12-server-devel-12.20-3.58.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-test-12.20-3.58.1.ppc64le", "product": { "name": "postgresql12-test-12.20-3.58.1.ppc64le", "product_id": "postgresql12-test-12.20-3.58.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-3.58.1.s390", "product": { "name": "postgresql12-12.20-3.58.1.s390", "product_id": "postgresql12-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-3.58.1.s390", "product": { "name": "postgresql12-contrib-12.20-3.58.1.s390", "product_id": "postgresql12-contrib-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-3.58.1.s390", "product": { "name": "postgresql12-devel-12.20-3.58.1.s390", "product_id": "postgresql12-devel-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-3.58.1.s390", "product": { "name": "postgresql12-llvmjit-devel-12.20-3.58.1.s390", "product_id": "postgresql12-llvmjit-devel-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-3.58.1.s390", "product": { "name": "postgresql12-plperl-12.20-3.58.1.s390", "product_id": "postgresql12-plperl-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-3.58.1.s390", "product": { "name": "postgresql12-plpython-12.20-3.58.1.s390", "product_id": "postgresql12-plpython-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-3.58.1.s390", "product": { "name": "postgresql12-pltcl-12.20-3.58.1.s390", "product_id": "postgresql12-pltcl-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-server-12.20-3.58.1.s390", "product": { "name": "postgresql12-server-12.20-3.58.1.s390", "product_id": "postgresql12-server-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-3.58.1.s390", "product": { "name": "postgresql12-server-devel-12.20-3.58.1.s390", "product_id": "postgresql12-server-devel-12.20-3.58.1.s390" } }, { "category": "product_version", "name": "postgresql12-test-12.20-3.58.1.s390", "product": { "name": "postgresql12-test-12.20-3.58.1.s390", "product_id": "postgresql12-test-12.20-3.58.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-3.58.1.s390x", "product": { "name": "postgresql12-12.20-3.58.1.s390x", "product_id": "postgresql12-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-3.58.1.s390x", "product": { "name": "postgresql12-contrib-12.20-3.58.1.s390x", "product_id": "postgresql12-contrib-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-3.58.1.s390x", "product": { "name": "postgresql12-devel-12.20-3.58.1.s390x", "product_id": "postgresql12-devel-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-3.58.1.s390x", "product": { "name": "postgresql12-llvmjit-devel-12.20-3.58.1.s390x", "product_id": "postgresql12-llvmjit-devel-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-3.58.1.s390x", "product": { "name": "postgresql12-plperl-12.20-3.58.1.s390x", "product_id": "postgresql12-plperl-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-3.58.1.s390x", "product": { "name": "postgresql12-plpython-12.20-3.58.1.s390x", "product_id": "postgresql12-plpython-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-3.58.1.s390x", "product": { "name": "postgresql12-pltcl-12.20-3.58.1.s390x", "product_id": "postgresql12-pltcl-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-12.20-3.58.1.s390x", "product": { "name": "postgresql12-server-12.20-3.58.1.s390x", "product_id": "postgresql12-server-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-3.58.1.s390x", "product": { "name": "postgresql12-server-devel-12.20-3.58.1.s390x", "product_id": "postgresql12-server-devel-12.20-3.58.1.s390x" } }, { "category": "product_version", "name": "postgresql12-test-12.20-3.58.1.s390x", "product": { "name": "postgresql12-test-12.20-3.58.1.s390x", "product_id": "postgresql12-test-12.20-3.58.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-12.20-3.58.1.x86_64", "product_id": "postgresql12-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-contrib-12.20-3.58.1.x86_64", "product_id": "postgresql12-contrib-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-devel-12.20-3.58.1.x86_64", "product_id": "postgresql12-devel-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-llvmjit-devel-12.20-3.58.1.x86_64", "product_id": "postgresql12-llvmjit-devel-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-plperl-12.20-3.58.1.x86_64", "product_id": "postgresql12-plperl-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-plpython-12.20-3.58.1.x86_64", "product_id": "postgresql12-plpython-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-pltcl-12.20-3.58.1.x86_64", "product_id": "postgresql12-pltcl-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-server-12.20-3.58.1.x86_64", "product_id": "postgresql12-server-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-server-devel-12.20-3.58.1.x86_64", "product_id": "postgresql12-server-devel-12.20-3.58.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-test-12.20-3.58.1.x86_64", "product": { "name": "postgresql12-test-12.20-3.58.1.x86_64", "product_id": "postgresql12-test-12.20-3.58.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-devel-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-server-devel-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-3.58.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.20-3.58.1.noarch" }, "product_reference": "postgresql12-docs-12.20-3.58.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-server-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-server-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-server-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-3.58.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.20-3.58.1.noarch" }, "product_reference": "postgresql12-docs-12.20-3.58.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.aarch64" }, "product_reference": "postgresql12-server-12.20-3.58.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-3.58.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.s390x" }, "product_reference": "postgresql12-server-12.20-3.58.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-3.58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.x86_64" }, "product_reference": "postgresql12-server-12.20-3.58.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.20-3.58.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.20-3.58.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.20-3.58.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.20-3.58.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.20-3.58.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.20-3.58.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.20-3.58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.20-3.58.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-10T08:46:55Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3158-3
Vulnerability from csaf_suse
Published
2024-10-02 15:11
Modified
2024-10-02 15:11
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 15.8 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3158,SUSE-SLE-Module-Legacy-15-SP6-2024-3158
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 15.8 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3158,SUSE-SLE-Module-Legacy-15-SP6-2024-3158", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3158-3.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3158-3", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243158-3/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3158-3", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019543.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-10-02T15:11:47Z", "generator": { "date": "2024-10-02T15:11:47Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3158-3", "initial_release_date": "2024-10-02T15:11:47Z", "revision_history": [ { "date": "2024-10-02T15:11:47Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-server-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-test-15.8-150600.16.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-15.8-150600.16.6.1.i586", "product_id": "postgresql15-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.i586", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.i586", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.i586", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.i586", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.i586", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.i586", "product_id": "postgresql15-server-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.i586", "product_id": "postgresql15-test-15.8-150600.16.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.8-150600.16.6.1.noarch", "product": { "name": "postgresql15-docs-15.8-150600.16.6.1.noarch", "product_id": "postgresql15-docs-15.8-150600.16.6.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-server-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-test-15.8-150600.16.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-server-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-test-15.8-150600.16.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-server-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-test-15.8-150600.16.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150600.16.6.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150600.16.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-10-02T15:11:47Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3160-1
Vulnerability from csaf_suse
Published
2024-09-06 10:16
Modified
2024-09-06 10:16
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 14.13 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3160,SUSE-SLE-Module-Legacy-15-SP6-2024-3160,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3160,openSUSE-SLE-15.6-2024-3160
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 14.13 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3160,SUSE-SLE-Module-Legacy-15-SP6-2024-3160,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3160,openSUSE-SLE-15.6-2024-3160", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3160-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3160-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243160-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3160-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036803.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-06T10:16:20Z", "generator": { "date": "2024-09-06T10:16:20Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3160-1", "initial_release_date": "2024-09-06T10:16:20Z", "revision_history": [ { "date": "2024-09-06T10:16:20Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-contrib-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-contrib-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-devel-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-devel-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-llvmjit-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-plperl-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-plperl-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-plpython-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-plpython-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-pltcl-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-server-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-server-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-server-devel-14.13-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150600.16.6.1.aarch64", "product": { "name": "postgresql14-test-14.13-150600.16.6.1.aarch64", "product_id": "postgresql14-test-14.13-150600.16.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-14.13-150600.16.6.1.i586", "product_id": "postgresql14-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-contrib-14.13-150600.16.6.1.i586", "product_id": "postgresql14-contrib-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-devel-14.13-150600.16.6.1.i586", "product_id": "postgresql14-devel-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.i586", "product_id": "postgresql14-llvmjit-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.i586", "product_id": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-plperl-14.13-150600.16.6.1.i586", "product_id": "postgresql14-plperl-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-plpython-14.13-150600.16.6.1.i586", "product_id": "postgresql14-plpython-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.i586", "product_id": "postgresql14-pltcl-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-server-14.13-150600.16.6.1.i586", "product_id": "postgresql14-server-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.i586", "product_id": "postgresql14-server-devel-14.13-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150600.16.6.1.i586", "product": { "name": "postgresql14-test-14.13-150600.16.6.1.i586", "product_id": "postgresql14-test-14.13-150600.16.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql14-docs-14.13-150600.16.6.1.noarch", "product": { "name": "postgresql14-docs-14.13-150600.16.6.1.noarch", "product_id": "postgresql14-docs-14.13-150600.16.6.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-contrib-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-devel-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-devel-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-plperl-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-plpython-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-pltcl-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-server-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-server-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-server-devel-14.13-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150600.16.6.1.ppc64le", "product": { "name": "postgresql14-test-14.13-150600.16.6.1.ppc64le", "product_id": "postgresql14-test-14.13-150600.16.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-contrib-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-contrib-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-devel-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-devel-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-llvmjit-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-plperl-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-plperl-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-plpython-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-plpython-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-pltcl-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-server-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-server-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-server-devel-14.13-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150600.16.6.1.s390x", "product": { "name": "postgresql14-test-14.13-150600.16.6.1.s390x", "product_id": "postgresql14-test-14.13-150600.16.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-contrib-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-contrib-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-devel-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-devel-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-llvmjit-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-plperl-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-plperl-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-plpython-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-plpython-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-pltcl-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-server-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-server-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-server-devel-14.13-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150600.16.6.1.x86_64", "product": { "name": "postgresql14-test-14.13-150600.16.6.1.x86_64", "product_id": "postgresql14-test-14.13-150600.16.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150600.16.6.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.13-150600.16.6.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150600.16.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150600.16.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-docs-14.13-150600.16.6.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150600.16.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.aarch64" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.ppc64le" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.s390x" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150600.16.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.x86_64" }, "product_reference": "postgresql14-test-14.13-150600.16.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.13-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.13-150600.16.6.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.13-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.13-150600.16.6.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.13-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.13-150600.16.6.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.13-150600.16.6.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.13-150600.16.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-06T10:16:20Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3158-2
Vulnerability from csaf_suse
Published
2024-10-02 15:11
Modified
2024-10-02 15:11
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 15.8 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3158,SUSE-SLE-Module-Legacy-15-SP6-2024-3158
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 15.8 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3158,SUSE-SLE-Module-Legacy-15-SP6-2024-3158", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3158-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3158-2", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243158-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3158-2", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019427.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-10-02T15:11:47Z", "generator": { "date": "2024-10-02T15:11:47Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3158-2", "initial_release_date": "2024-10-02T15:11:47Z", "revision_history": [ { "date": "2024-10-02T15:11:47Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-server-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.aarch64", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.aarch64", "product_id": "postgresql15-test-15.8-150600.16.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-15.8-150600.16.6.1.i586", "product_id": "postgresql15-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.i586", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.i586", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.i586", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.i586", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.i586", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.i586", "product_id": "postgresql15-server-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.i586", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.i586", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.i586", "product_id": "postgresql15-test-15.8-150600.16.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.8-150600.16.6.1.noarch", "product": { "name": "postgresql15-docs-15.8-150600.16.6.1.noarch", "product_id": "postgresql15-docs-15.8-150600.16.6.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-server-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.ppc64le", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.ppc64le", "product_id": "postgresql15-test-15.8-150600.16.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-server-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.s390x", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.s390x", "product_id": "postgresql15-test-15.8-150600.16.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-contrib-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-llvmjit-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-plperl-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-plpython-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-server-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-server-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150600.16.6.1.x86_64", "product": { "name": "postgresql15-test-15.8-150600.16.6.1.x86_64", "product_id": "postgresql15-test-15.8-150600.16.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150600.16.6.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150600.16.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150600.16.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.8-150600.16.6.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.8-150600.16.6.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.8-150600.16.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-10-02T15:11:47Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3169-1
Vulnerability from csaf_suse
Published
2024-09-09 10:49
Modified
2024-09-09 10:49
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 14.13 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3169,SUSE-SLE-Module-Legacy-15-SP5-2024-3169,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3169,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3169,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3169,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3169,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3169,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3169,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3169,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3169,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3169,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3169,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3169,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3169,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3169,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3169,SUSE-Storage-7.1-2024-3169,openSUSE-SLE-15.5-2024-3169
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 14.13 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3169,SUSE-SLE-Module-Legacy-15-SP5-2024-3169,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3169,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3169,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3169,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3169,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3169,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3169,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3169,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3169,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3169,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3169,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3169,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3169,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3169,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3169,SUSE-Storage-7.1-2024-3169,openSUSE-SLE-15.5-2024-3169", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3169-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3169-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243169-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3169-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036820.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-09T10:49:55Z", "generator": { "date": "2024-09-09T10:49:55Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3169-1", "initial_release_date": "2024-09-09T10:49:55Z", "revision_history": [ { "date": "2024-09-09T10:49:55Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-contrib-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-devel-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-plperl-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-plpython-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-server-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150200.5.47.1.aarch64", "product": { "name": "postgresql14-test-14.13-150200.5.47.1.aarch64", "product_id": "postgresql14-test-14.13-150200.5.47.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-14.13-150200.5.47.1.i586", "product_id": "postgresql14-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-contrib-14.13-150200.5.47.1.i586", "product_id": "postgresql14-contrib-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-devel-14.13-150200.5.47.1.i586", "product_id": "postgresql14-devel-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.i586", "product_id": "postgresql14-llvmjit-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.i586", "product_id": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-plperl-14.13-150200.5.47.1.i586", "product_id": "postgresql14-plperl-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-plpython-14.13-150200.5.47.1.i586", "product_id": "postgresql14-plpython-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.i586", "product_id": "postgresql14-pltcl-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-server-14.13-150200.5.47.1.i586", "product_id": "postgresql14-server-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.i586", "product_id": "postgresql14-server-devel-14.13-150200.5.47.1.i586" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150200.5.47.1.i586", "product": { "name": "postgresql14-test-14.13-150200.5.47.1.i586", "product_id": "postgresql14-test-14.13-150200.5.47.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql14-docs-14.13-150200.5.47.1.noarch", "product": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch", "product_id": "postgresql14-docs-14.13-150200.5.47.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-devel-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-server-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150200.5.47.1.ppc64le", "product": { "name": "postgresql14-test-14.13-150200.5.47.1.ppc64le", "product_id": "postgresql14-test-14.13-150200.5.47.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-contrib-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-devel-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-devel-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-plperl-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-plpython-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-pltcl-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-server-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-server-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-server-devel-14.13-150200.5.47.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150200.5.47.1.s390x", "product": { "name": "postgresql14-test-14.13-150200.5.47.1.s390x", "product_id": "postgresql14-test-14.13-150200.5.47.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-contrib-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-devel-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-plperl-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-plpython-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-server-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-150200.5.47.1.x86_64", "product": { "name": "postgresql14-test-14.13-150200.5.47.1.x86_64", "product_id": "postgresql14-test-14.13-150200.5.47.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-150200.5.47.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-docs-14.13-150200.5.47.1.noarch" }, "product_reference": "postgresql14-docs-14.13-150200.5.47.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.aarch64" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.ppc64le" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.s390x" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-150200.5.47.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.x86_64" }, "product_reference": "postgresql14-test-14.13-150200.5.47.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.13-150200.5.47.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.13-150200.5.47.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.13-150200.5.47.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.13-150200.5.47.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.13-150200.5.47.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.13-150200.5.47.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.13-150200.5.47.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-09T10:49:55Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3168-1
Vulnerability from csaf_suse
Published
2024-09-09 10:48
Modified
2024-09-09 10:48
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 15.8 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3168,SUSE-SLE-Module-Basesystem-15-SP5-2024-3168,SUSE-SLE-Module-Server-Applications-15-SP5-2024-3168,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3168,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3168,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3168,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3168,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3168,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3168,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3168,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3168,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3168,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3168,SUSE-Storage-7.1-2024-3168,openSUSE-SLE-15.5-2024-3168
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 15.8 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3168,SUSE-SLE-Module-Basesystem-15-SP5-2024-3168,SUSE-SLE-Module-Server-Applications-15-SP5-2024-3168,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3168,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3168,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3168,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3168,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3168,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3168,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3168,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3168,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3168,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3168,SUSE-Storage-7.1-2024-3168,openSUSE-SLE-15.5-2024-3168", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3168-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3168-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243168-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3168-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036821.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-09T10:48:16Z", "generator": { "date": "2024-09-09T10:48:16Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3168-1", "initial_release_date": "2024-09-09T10:48:16Z", "revision_history": [ { "date": "2024-09-09T10:48:16Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-contrib-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-devel-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-llvmjit-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-plperl-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-plpython-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-server-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150200.5.30.1.aarch64", "product": { "name": "postgresql15-test-15.8-150200.5.30.1.aarch64", "product_id": "postgresql15-test-15.8-150200.5.30.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-15.8-150200.5.30.1.i586", "product_id": "postgresql15-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-contrib-15.8-150200.5.30.1.i586", "product_id": "postgresql15-contrib-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-devel-15.8-150200.5.30.1.i586", "product_id": "postgresql15-devel-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.i586", "product_id": "postgresql15-llvmjit-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.i586", "product_id": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-plperl-15.8-150200.5.30.1.i586", "product_id": "postgresql15-plperl-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-plpython-15.8-150200.5.30.1.i586", "product_id": "postgresql15-plpython-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.i586", "product_id": "postgresql15-pltcl-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-server-15.8-150200.5.30.1.i586", "product_id": "postgresql15-server-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.i586", "product_id": "postgresql15-server-devel-15.8-150200.5.30.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150200.5.30.1.i586", "product": { "name": "postgresql15-test-15.8-150200.5.30.1.i586", "product_id": "postgresql15-test-15.8-150200.5.30.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.8-150200.5.30.1.noarch", "product": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch", "product_id": "postgresql15-docs-15.8-150200.5.30.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-devel-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-server-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150200.5.30.1.ppc64le", "product": { "name": "postgresql15-test-15.8-150200.5.30.1.ppc64le", "product_id": "postgresql15-test-15.8-150200.5.30.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-contrib-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-contrib-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-devel-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-devel-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-llvmjit-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-plperl-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-plperl-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-plpython-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-plpython-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-pltcl-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-server-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-server-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-server-devel-15.8-150200.5.30.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150200.5.30.1.s390x", "product": { "name": "postgresql15-test-15.8-150200.5.30.1.s390x", "product_id": "postgresql15-test-15.8-150200.5.30.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-contrib-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-devel-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-llvmjit-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-plperl-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-plpython-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-server-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-150200.5.30.1.x86_64", "product": { "name": "postgresql15-test-15.8-150200.5.30.1.x86_64", "product_id": "postgresql15-test-15.8-150200.5.30.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-150200.5.30.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-docs-15.8-150200.5.30.1.noarch" }, "product_reference": "postgresql15-docs-15.8-150200.5.30.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-llvmjit-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-llvmjit-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-llvmjit-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150200.5.30.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.aarch64" }, "product_reference": "postgresql15-test-15.8-150200.5.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150200.5.30.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.ppc64le" }, "product_reference": "postgresql15-test-15.8-150200.5.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150200.5.30.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.s390x" }, "product_reference": "postgresql15-test-15.8-150200.5.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-150200.5.30.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.x86_64" }, "product_reference": "postgresql15-test-15.8-150200.5.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.8-150200.5.30.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.8-150200.5.30.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.8-150200.5.30.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.8-150200.5.30.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.8-150200.5.30.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.8-150200.5.30.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.8-150200.5.30.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-09T10:48:16Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3159-1
Vulnerability from csaf_suse
Published
2024-09-06 10:15
Modified
2024-09-06 10:15
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 16.4 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)
Patchnames
SUSE-2024-3159,SUSE-SLE-Module-Basesystem-15-SP6-2024-3159,SUSE-SLE-Module-Server-Applications-15-SP6-2024-3159,openSUSE-SLE-15.6-2024-3159
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 16.4 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3159,SUSE-SLE-Module-Basesystem-15-SP6-2024-3159,SUSE-SLE-Module-Server-Applications-15-SP6-2024-3159,openSUSE-SLE-15.6-2024-3159", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3159-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3159-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243159-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3159-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036804.html" }, { "category": "self", "summary": "SUSE Bug 1224038", "url": "https://bugzilla.suse.com/1224038" }, { "category": "self", "summary": "SUSE Bug 1224051", "url": "https://bugzilla.suse.com/1224051" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-4317 page", "url": "https://www.suse.com/security/cve/CVE-2024-4317/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-06T10:15:54Z", "generator": { "date": "2024-09-06T10:15:54Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3159-1", "initial_release_date": "2024-09-06T10:15:54Z", "revision_history": [ { "date": "2024-09-06T10:15:54Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.aarch64", "product": { "name": "libecpg6-16.4-150600.16.5.1.aarch64", "product_id": "libecpg6-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.aarch64", "product": { "name": "libpq5-16.4-150600.16.5.1.aarch64", "product_id": "libpq5-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-devel-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-server-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.aarch64", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.aarch64", "product_id": "postgresql16-test-16.4-150600.16.5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product_id": "libecpg6-64bit-16.4-150600.16.5.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-16.4-150600.16.5.1.aarch64_ilp32", "product_id": "libpq5-64bit-16.4-150600.16.5.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.i586", "product": { "name": "libecpg6-16.4-150600.16.5.1.i586", "product_id": "libecpg6-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.i586", "product": { "name": "libpq5-16.4-150600.16.5.1.i586", "product_id": "libpq5-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-16.4-150600.16.5.1.i586", "product_id": "postgresql16-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.i586", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.i586", "product_id": "postgresql16-devel-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.i586", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.i586", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.i586", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.i586", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.i586", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.i586", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.i586", "product_id": "postgresql16-server-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.i586", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.i586", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.i586", "product_id": "postgresql16-test-16.4-150600.16.5.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql16-docs-16.4-150600.16.5.1.noarch", "product": { "name": "postgresql16-docs-16.4-150600.16.5.1.noarch", "product_id": "postgresql16-docs-16.4-150600.16.5.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.ppc64le", "product": { "name": "libecpg6-16.4-150600.16.5.1.ppc64le", "product_id": "libecpg6-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.ppc64le", "product": { "name": "libpq5-16.4-150600.16.5.1.ppc64le", "product_id": "libpq5-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-devel-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-server-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.ppc64le", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.ppc64le", "product_id": "postgresql16-test-16.4-150600.16.5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.s390x", "product": { "name": "libecpg6-16.4-150600.16.5.1.s390x", "product_id": "libecpg6-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.s390x", "product": { "name": "libpq5-16.4-150600.16.5.1.s390x", "product_id": "libpq5-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-devel-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-server-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.s390x", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.s390x", "product_id": "postgresql16-test-16.4-150600.16.5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-150600.16.5.1.x86_64", "product": { "name": "libecpg6-16.4-150600.16.5.1.x86_64", "product_id": "libecpg6-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-16.4-150600.16.5.1.x86_64", "product": { "name": "libecpg6-32bit-16.4-150600.16.5.1.x86_64", "product_id": "libecpg6-32bit-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-16.4-150600.16.5.1.x86_64", "product": { "name": "libpq5-16.4-150600.16.5.1.x86_64", "product_id": "libpq5-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-16.4-150600.16.5.1.x86_64", "product": { "name": "libpq5-32bit-16.4-150600.16.5.1.x86_64", "product_id": "libpq5-32bit-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-contrib-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-contrib-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-devel-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-devel-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-devel-mini-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-devel-mini-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-plperl-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-plperl-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-plpython-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-plpython-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-server-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-server-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-150600.16.5.1.x86_64", "product": { "name": "postgresql16-test-16.4-150600.16.5.1.x86_64", "product_id": "postgresql16-test-16.4-150600.16.5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.aarch64" }, "product_reference": "libpq5-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.ppc64le" }, "product_reference": "libpq5-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.s390x" }, "product_reference": "libpq5-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.x86_64" }, "product_reference": "libpq5-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-16.4-150600.16.5.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.aarch64" }, "product_reference": "libecpg6-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.ppc64le" }, "product_reference": "libecpg6-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.s390x" }, "product_reference": "libecpg6-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.x86_64" }, "product_reference": "libecpg6-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150600.16.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.4-150600.16.5.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150600.16.5.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.aarch64" }, "product_reference": "libecpg6-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.ppc64le" }, "product_reference": "libecpg6-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.s390x" }, "product_reference": "libecpg6-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.x86_64" }, "product_reference": "libecpg6-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-32bit-16.4-150600.16.5.1.x86_64" }, "product_reference": "libecpg6-32bit-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.aarch64" }, "product_reference": "libpq5-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.ppc64le" }, "product_reference": "libpq5-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.s390x" }, "product_reference": "libpq5-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.x86_64" }, "product_reference": "libpq5-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-32bit-16.4-150600.16.5.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-150600.16.5.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-docs-16.4-150600.16.5.1.noarch" }, "product_reference": "postgresql16-docs-16.4-150600.16.5.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-server-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.aarch64" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.ppc64le" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.s390x" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-150600.16.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.x86_64" }, "product_reference": "postgresql16-test-16.4-150600.16.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-4317", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-4317" } ], "notes": [ { "category": "general", "text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.4-150600.16.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.4-150600.16.5.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-4317", "url": "https://www.suse.com/security/cve/CVE-2024-4317" }, { "category": "external", "summary": "SUSE Bug 1224038 for CVE-2024-4317", "url": "https://bugzilla.suse.com/1224038" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.4-150600.16.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.4-150600.16.5.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.4-150600.16.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.4-150600.16.5.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-06T10:15:54Z", "details": "moderate" } ], "title": "CVE-2024-4317" }, { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.4-150600.16.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.4-150600.16.5.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.4-150600.16.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.4-150600.16.5.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.4-150600.16.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.4-150600.16.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libecpg6-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:libpq5-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.4-150600.16.5.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.4-150600.16.5.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.4-150600.16.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-06T10:15:54Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
suse-su-2024:3181-1
Vulnerability from csaf_suse
Published
2024-09-09 14:41
Modified
2024-09-09 14:41
Summary
Security update for postgresql16
Notes
Title of the patch
Security update for postgresql16
Description of the patch
This update for postgresql16 fixes the following issues:
- Upgrade to 16.4 (bsc#1229013)
- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)
Patchnames
SUSE-2024-3181,SUSE-SLE-SDK-12-SP5-2024-3181,SUSE-SLE-SERVER-12-SP5-2024-3181
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql16", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql16 fixes the following issues:\n\n- Upgrade to 16.4 (bsc#1229013)\n- CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3181,SUSE-SLE-SDK-12-SP5-2024-3181,SUSE-SLE-SERVER-12-SP5-2024-3181", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3181-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3181-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243181-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3181-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036827.html" }, { "category": "self", "summary": "SUSE Bug 1229013", "url": "https://bugzilla.suse.com/1229013" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "Security update for postgresql16", "tracking": { "current_release_date": "2024-09-09T14:41:29Z", "generator": { "date": "2024-09-09T14:41:29Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3181-1", "initial_release_date": "2024-09-09T14:41:29Z", "revision_history": [ { "date": "2024-09-09T14:41:29Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-3.16.1.aarch64", "product": { "name": "libecpg6-16.4-3.16.1.aarch64", "product_id": "libecpg6-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "libpq5-16.4-3.16.1.aarch64", "product": { "name": "libpq5-16.4-3.16.1.aarch64", "product_id": "libpq5-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-16.4-3.16.1.aarch64", "product_id": "postgresql16-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-contrib-16.4-3.16.1.aarch64", "product_id": "postgresql16-contrib-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-devel-16.4-3.16.1.aarch64", "product_id": "postgresql16-devel-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-devel-mini-16.4-3.16.1.aarch64", "product_id": "postgresql16-devel-mini-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.4-3.16.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-plperl-16.4-3.16.1.aarch64", "product_id": "postgresql16-plperl-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-plpython-16.4-3.16.1.aarch64", "product_id": "postgresql16-plpython-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-pltcl-16.4-3.16.1.aarch64", "product_id": "postgresql16-pltcl-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-server-16.4-3.16.1.aarch64", "product_id": "postgresql16-server-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-server-devel-16.4-3.16.1.aarch64", "product_id": "postgresql16-server-devel-16.4-3.16.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-3.16.1.aarch64", "product": { "name": "postgresql16-test-16.4-3.16.1.aarch64", "product_id": "postgresql16-test-16.4-3.16.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-16.4-3.16.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-16.4-3.16.1.aarch64_ilp32", "product_id": "libecpg6-64bit-16.4-3.16.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-16.4-3.16.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-16.4-3.16.1.aarch64_ilp32", "product_id": "libpq5-64bit-16.4-3.16.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-3.16.1.i586", "product": { "name": "libecpg6-16.4-3.16.1.i586", "product_id": "libecpg6-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "libpq5-16.4-3.16.1.i586", "product": { "name": "libpq5-16.4-3.16.1.i586", "product_id": "libpq5-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-16.4-3.16.1.i586", "product": { "name": "postgresql16-16.4-3.16.1.i586", "product_id": "postgresql16-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-3.16.1.i586", "product": { "name": "postgresql16-contrib-16.4-3.16.1.i586", "product_id": "postgresql16-contrib-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-3.16.1.i586", "product": { "name": "postgresql16-devel-16.4-3.16.1.i586", "product_id": "postgresql16-devel-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-3.16.1.i586", "product": { "name": "postgresql16-devel-mini-16.4-3.16.1.i586", "product_id": "postgresql16-devel-mini-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-3.16.1.i586", "product": { "name": "postgresql16-llvmjit-devel-16.4-3.16.1.i586", "product_id": "postgresql16-llvmjit-devel-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-3.16.1.i586", "product": { "name": "postgresql16-plperl-16.4-3.16.1.i586", "product_id": "postgresql16-plperl-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-3.16.1.i586", "product": { "name": "postgresql16-plpython-16.4-3.16.1.i586", "product_id": "postgresql16-plpython-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-3.16.1.i586", "product": { "name": "postgresql16-pltcl-16.4-3.16.1.i586", "product_id": "postgresql16-pltcl-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-16.4-3.16.1.i586", "product": { "name": "postgresql16-server-16.4-3.16.1.i586", "product_id": "postgresql16-server-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-3.16.1.i586", "product": { "name": "postgresql16-server-devel-16.4-3.16.1.i586", "product_id": "postgresql16-server-devel-16.4-3.16.1.i586" } }, { "category": "product_version", "name": "postgresql16-test-16.4-3.16.1.i586", "product": { "name": "postgresql16-test-16.4-3.16.1.i586", "product_id": "postgresql16-test-16.4-3.16.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql16-docs-16.4-3.16.1.noarch", "product": { "name": "postgresql16-docs-16.4-3.16.1.noarch", "product_id": "postgresql16-docs-16.4-3.16.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-3.16.1.ppc64le", "product": { "name": "libecpg6-16.4-3.16.1.ppc64le", "product_id": "libecpg6-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-16.4-3.16.1.ppc64le", "product": { "name": "libpq5-16.4-3.16.1.ppc64le", "product_id": "libpq5-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-16.4-3.16.1.ppc64le", "product_id": "postgresql16-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-contrib-16.4-3.16.1.ppc64le", "product_id": "postgresql16-contrib-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-devel-16.4-3.16.1.ppc64le", "product_id": "postgresql16-devel-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-devel-mini-16.4-3.16.1.ppc64le", "product_id": "postgresql16-devel-mini-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.4-3.16.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-plperl-16.4-3.16.1.ppc64le", "product_id": "postgresql16-plperl-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-plpython-16.4-3.16.1.ppc64le", "product_id": "postgresql16-plpython-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.4-3.16.1.ppc64le", "product_id": "postgresql16-pltcl-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-server-16.4-3.16.1.ppc64le", "product_id": "postgresql16-server-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.4-3.16.1.ppc64le", "product_id": "postgresql16-server-devel-16.4-3.16.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.4-3.16.1.ppc64le", "product": { "name": "postgresql16-test-16.4-3.16.1.ppc64le", "product_id": "postgresql16-test-16.4-3.16.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-3.16.1.s390", "product": { "name": "libecpg6-16.4-3.16.1.s390", "product_id": "libecpg6-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "libpq5-16.4-3.16.1.s390", "product": { "name": "libpq5-16.4-3.16.1.s390", "product_id": "libpq5-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-16.4-3.16.1.s390", "product": { "name": "postgresql16-16.4-3.16.1.s390", "product_id": "postgresql16-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-3.16.1.s390", "product": { "name": "postgresql16-contrib-16.4-3.16.1.s390", "product_id": "postgresql16-contrib-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-3.16.1.s390", "product": { "name": "postgresql16-devel-16.4-3.16.1.s390", "product_id": "postgresql16-devel-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-3.16.1.s390", "product": { "name": "postgresql16-devel-mini-16.4-3.16.1.s390", "product_id": "postgresql16-devel-mini-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-3.16.1.s390", "product": { "name": "postgresql16-llvmjit-devel-16.4-3.16.1.s390", "product_id": "postgresql16-llvmjit-devel-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-3.16.1.s390", "product": { "name": "postgresql16-plperl-16.4-3.16.1.s390", "product_id": "postgresql16-plperl-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-3.16.1.s390", "product": { "name": "postgresql16-plpython-16.4-3.16.1.s390", "product_id": "postgresql16-plpython-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-3.16.1.s390", "product": { "name": "postgresql16-pltcl-16.4-3.16.1.s390", "product_id": "postgresql16-pltcl-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-server-16.4-3.16.1.s390", "product": { "name": "postgresql16-server-16.4-3.16.1.s390", "product_id": "postgresql16-server-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-3.16.1.s390", "product": { "name": "postgresql16-server-devel-16.4-3.16.1.s390", "product_id": "postgresql16-server-devel-16.4-3.16.1.s390" } }, { "category": "product_version", "name": "postgresql16-test-16.4-3.16.1.s390", "product": { "name": "postgresql16-test-16.4-3.16.1.s390", "product_id": "postgresql16-test-16.4-3.16.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-3.16.1.s390x", "product": { "name": "libecpg6-16.4-3.16.1.s390x", "product_id": "libecpg6-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "libecpg6-32bit-16.4-3.16.1.s390x", "product": { "name": "libecpg6-32bit-16.4-3.16.1.s390x", "product_id": "libecpg6-32bit-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "libpq5-16.4-3.16.1.s390x", "product": { "name": "libpq5-16.4-3.16.1.s390x", "product_id": "libpq5-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "libpq5-32bit-16.4-3.16.1.s390x", "product": { "name": "libpq5-32bit-16.4-3.16.1.s390x", "product_id": "libpq5-32bit-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.4-3.16.1.s390x", "product": { "name": "postgresql16-16.4-3.16.1.s390x", "product_id": "postgresql16-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-3.16.1.s390x", "product": { "name": "postgresql16-contrib-16.4-3.16.1.s390x", "product_id": "postgresql16-contrib-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-3.16.1.s390x", "product": { "name": "postgresql16-devel-16.4-3.16.1.s390x", "product_id": "postgresql16-devel-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-3.16.1.s390x", "product": { "name": "postgresql16-devel-mini-16.4-3.16.1.s390x", "product_id": "postgresql16-devel-mini-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-3.16.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.4-3.16.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-3.16.1.s390x", "product": { "name": "postgresql16-plperl-16.4-3.16.1.s390x", "product_id": "postgresql16-plperl-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-3.16.1.s390x", "product": { "name": "postgresql16-plpython-16.4-3.16.1.s390x", "product_id": "postgresql16-plpython-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-3.16.1.s390x", "product": { "name": "postgresql16-pltcl-16.4-3.16.1.s390x", "product_id": "postgresql16-pltcl-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.4-3.16.1.s390x", "product": { "name": "postgresql16-server-16.4-3.16.1.s390x", "product_id": "postgresql16-server-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-3.16.1.s390x", "product": { "name": "postgresql16-server-devel-16.4-3.16.1.s390x", "product_id": "postgresql16-server-devel-16.4-3.16.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.4-3.16.1.s390x", "product": { "name": "postgresql16-test-16.4-3.16.1.s390x", "product_id": "postgresql16-test-16.4-3.16.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-16.4-3.16.1.x86_64", "product": { "name": "libecpg6-16.4-3.16.1.x86_64", "product_id": "libecpg6-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-16.4-3.16.1.x86_64", "product": { "name": "libecpg6-32bit-16.4-3.16.1.x86_64", "product_id": "libecpg6-32bit-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "libpq5-16.4-3.16.1.x86_64", "product": { "name": "libpq5-16.4-3.16.1.x86_64", "product_id": "libpq5-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-16.4-3.16.1.x86_64", "product": { "name": "libpq5-32bit-16.4-3.16.1.x86_64", "product_id": "libpq5-32bit-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-16.4-3.16.1.x86_64", "product_id": "postgresql16-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-contrib-16.4-3.16.1.x86_64", "product_id": "postgresql16-contrib-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-devel-16.4-3.16.1.x86_64", "product_id": "postgresql16-devel-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-mini-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-devel-mini-16.4-3.16.1.x86_64", "product_id": "postgresql16-devel-mini-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.4-3.16.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-plperl-16.4-3.16.1.x86_64", "product_id": "postgresql16-plperl-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-plpython-16.4-3.16.1.x86_64", "product_id": "postgresql16-plpython-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-pltcl-16.4-3.16.1.x86_64", "product_id": "postgresql16-pltcl-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-server-16.4-3.16.1.x86_64", "product_id": "postgresql16-server-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-server-devel-16.4-3.16.1.x86_64", "product_id": "postgresql16-server-devel-16.4-3.16.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-3.16.1.x86_64", "product": { "name": "postgresql16-test-16.4-3.16.1.x86_64", "product_id": "postgresql16-test-16.4-3.16.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-devel-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.aarch64" }, "product_reference": "libecpg6-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.s390x" }, "product_reference": "libecpg6-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.x86_64" }, "product_reference": "libecpg6-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x" }, "product_reference": "libecpg6-32bit-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64" }, "product_reference": "libecpg6-32bit-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.aarch64" }, "product_reference": "libpq5-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.ppc64le" }, "product_reference": "libpq5-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.s390x" }, "product_reference": "libpq5-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.x86_64" }, "product_reference": "libpq5-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.s390x" }, "product_reference": "libpq5-32bit-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-3.16.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.4-3.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-3.16.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-server-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-server-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.aarch64" }, "product_reference": "libecpg6-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.ppc64le" }, "product_reference": "libecpg6-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.s390x" }, "product_reference": "libecpg6-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.x86_64" }, "product_reference": "libecpg6-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x" }, "product_reference": "libecpg6-32bit-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64" }, "product_reference": "libecpg6-32bit-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.aarch64" }, "product_reference": "libpq5-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.ppc64le" }, "product_reference": "libpq5-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.s390x" }, "product_reference": "libpq5-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.x86_64" }, "product_reference": "libpq5-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.s390x" }, "product_reference": "libpq5-32bit-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64" }, "product_reference": "libpq5-32bit-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-3.16.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.4-3.16.1.noarch" }, "product_reference": "postgresql16-docs-16.4-3.16.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.aarch64" }, "product_reference": "postgresql16-server-16.4-3.16.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-3.16.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.s390x" }, "product_reference": "postgresql16-server-16.4-3.16.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.x86_64" }, "product_reference": "postgresql16-server-16.4-3.16.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.4-3.16.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.4-3.16.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.4-3.16.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.4-3.16.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpq5-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.4-3.16.1.noarch", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.4-3.16.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.4-3.16.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.4-3.16.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-09T14:41:29Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
opensuse-su-2024:14348-1
Vulnerability from csaf_opensuse
Published
2024-09-19 00:00
Modified
2024-09-19 00:00
Summary
postgresql12-12.20-1.1 on GA media
Notes
Title of the patch
postgresql12-12.20-1.1 on GA media
Description of the patch
These are all security issues fixed in the postgresql12-12.20-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14348
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "postgresql12-12.20-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql12-12.20-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14348", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14348-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14348-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OXG6KBR4NGDILNDJZP2FM4AIADAY3DBM/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14348-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OXG6KBR4NGDILNDJZP2FM4AIADAY3DBM/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "postgresql12-12.20-1.1 on GA media", "tracking": { "current_release_date": "2024-09-19T00:00:00Z", "generator": { "date": "2024-09-19T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14348-1", "initial_release_date": "2024-09-19T00:00:00Z", "revision_history": [ { "date": "2024-09-19T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-1.1.aarch64", "product": { "name": "postgresql12-12.20-1.1.aarch64", "product_id": "postgresql12-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-1.1.aarch64", "product": { "name": "postgresql12-contrib-12.20-1.1.aarch64", "product_id": "postgresql12-contrib-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-1.1.aarch64", "product": { "name": "postgresql12-devel-12.20-1.1.aarch64", "product_id": "postgresql12-devel-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-docs-12.20-1.1.aarch64", "product": { "name": "postgresql12-docs-12.20-1.1.aarch64", "product_id": "postgresql12-docs-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-1.1.aarch64", "product": { "name": "postgresql12-llvmjit-12.20-1.1.aarch64", "product_id": "postgresql12-llvmjit-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-1.1.aarch64", "product": { "name": "postgresql12-llvmjit-devel-12.20-1.1.aarch64", "product_id": "postgresql12-llvmjit-devel-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-1.1.aarch64", "product": { "name": "postgresql12-plperl-12.20-1.1.aarch64", "product_id": "postgresql12-plperl-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-1.1.aarch64", "product": { "name": "postgresql12-plpython-12.20-1.1.aarch64", "product_id": "postgresql12-plpython-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-1.1.aarch64", "product": { "name": "postgresql12-pltcl-12.20-1.1.aarch64", "product_id": "postgresql12-pltcl-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-12.20-1.1.aarch64", "product": { "name": "postgresql12-server-12.20-1.1.aarch64", "product_id": "postgresql12-server-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-1.1.aarch64", "product": { "name": "postgresql12-server-devel-12.20-1.1.aarch64", "product_id": "postgresql12-server-devel-12.20-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-test-12.20-1.1.aarch64", "product": { "name": "postgresql12-test-12.20-1.1.aarch64", "product_id": "postgresql12-test-12.20-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-1.1.ppc64le", "product": { "name": "postgresql12-12.20-1.1.ppc64le", "product_id": "postgresql12-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-1.1.ppc64le", "product": { "name": "postgresql12-contrib-12.20-1.1.ppc64le", "product_id": "postgresql12-contrib-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-1.1.ppc64le", "product": { "name": "postgresql12-devel-12.20-1.1.ppc64le", "product_id": "postgresql12-devel-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-docs-12.20-1.1.ppc64le", "product": { "name": "postgresql12-docs-12.20-1.1.ppc64le", "product_id": "postgresql12-docs-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-1.1.ppc64le", "product": { "name": "postgresql12-llvmjit-12.20-1.1.ppc64le", "product_id": "postgresql12-llvmjit-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-1.1.ppc64le", "product": { "name": "postgresql12-llvmjit-devel-12.20-1.1.ppc64le", "product_id": "postgresql12-llvmjit-devel-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-1.1.ppc64le", "product": { "name": "postgresql12-plperl-12.20-1.1.ppc64le", "product_id": "postgresql12-plperl-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-1.1.ppc64le", "product": { "name": "postgresql12-plpython-12.20-1.1.ppc64le", "product_id": "postgresql12-plpython-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-1.1.ppc64le", "product": { "name": "postgresql12-pltcl-12.20-1.1.ppc64le", "product_id": "postgresql12-pltcl-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-12.20-1.1.ppc64le", "product": { "name": "postgresql12-server-12.20-1.1.ppc64le", "product_id": "postgresql12-server-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-1.1.ppc64le", "product": { "name": "postgresql12-server-devel-12.20-1.1.ppc64le", "product_id": "postgresql12-server-devel-12.20-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-test-12.20-1.1.ppc64le", "product": { "name": "postgresql12-test-12.20-1.1.ppc64le", "product_id": "postgresql12-test-12.20-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-1.1.s390x", "product": { "name": "postgresql12-12.20-1.1.s390x", "product_id": "postgresql12-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-1.1.s390x", "product": { "name": "postgresql12-contrib-12.20-1.1.s390x", "product_id": "postgresql12-contrib-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-1.1.s390x", "product": { "name": "postgresql12-devel-12.20-1.1.s390x", "product_id": "postgresql12-devel-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-docs-12.20-1.1.s390x", "product": { "name": "postgresql12-docs-12.20-1.1.s390x", "product_id": "postgresql12-docs-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-1.1.s390x", "product": { "name": "postgresql12-llvmjit-12.20-1.1.s390x", "product_id": "postgresql12-llvmjit-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-1.1.s390x", "product": { "name": "postgresql12-llvmjit-devel-12.20-1.1.s390x", "product_id": "postgresql12-llvmjit-devel-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-1.1.s390x", "product": { "name": "postgresql12-plperl-12.20-1.1.s390x", "product_id": "postgresql12-plperl-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-1.1.s390x", "product": { "name": "postgresql12-plpython-12.20-1.1.s390x", "product_id": "postgresql12-plpython-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-1.1.s390x", "product": { "name": "postgresql12-pltcl-12.20-1.1.s390x", "product_id": "postgresql12-pltcl-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-12.20-1.1.s390x", "product": { "name": "postgresql12-server-12.20-1.1.s390x", "product_id": "postgresql12-server-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-1.1.s390x", "product": { "name": "postgresql12-server-devel-12.20-1.1.s390x", "product_id": "postgresql12-server-devel-12.20-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-test-12.20-1.1.s390x", "product": { "name": "postgresql12-test-12.20-1.1.s390x", "product_id": "postgresql12-test-12.20-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.20-1.1.x86_64", "product": { "name": "postgresql12-12.20-1.1.x86_64", "product_id": "postgresql12-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.20-1.1.x86_64", "product": { "name": "postgresql12-contrib-12.20-1.1.x86_64", "product_id": "postgresql12-contrib-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-devel-12.20-1.1.x86_64", "product": { "name": "postgresql12-devel-12.20-1.1.x86_64", "product_id": "postgresql12-devel-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-docs-12.20-1.1.x86_64", "product": { "name": "postgresql12-docs-12.20-1.1.x86_64", "product_id": "postgresql12-docs-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.20-1.1.x86_64", "product": { "name": "postgresql12-llvmjit-12.20-1.1.x86_64", "product_id": "postgresql12-llvmjit-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.20-1.1.x86_64", "product": { "name": "postgresql12-llvmjit-devel-12.20-1.1.x86_64", "product_id": "postgresql12-llvmjit-devel-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.20-1.1.x86_64", "product": { "name": "postgresql12-plperl-12.20-1.1.x86_64", "product_id": "postgresql12-plperl-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.20-1.1.x86_64", "product": { "name": "postgresql12-plpython-12.20-1.1.x86_64", "product_id": "postgresql12-plpython-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.20-1.1.x86_64", "product": { "name": "postgresql12-pltcl-12.20-1.1.x86_64", "product_id": "postgresql12-pltcl-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-12.20-1.1.x86_64", "product": { "name": "postgresql12-server-12.20-1.1.x86_64", "product_id": "postgresql12-server-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.20-1.1.x86_64", "product": { "name": "postgresql12-server-devel-12.20-1.1.x86_64", "product_id": "postgresql12-server-devel-12.20-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-test-12.20-1.1.x86_64", "product": { "name": "postgresql12-test-12.20-1.1.x86_64", "product_id": "postgresql12-test-12.20-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.20-1.1.aarch64" }, "product_reference": "postgresql12-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.20-1.1.s390x" }, "product_reference": "postgresql12-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.20-1.1.x86_64" }, "product_reference": "postgresql12-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.aarch64" }, "product_reference": "postgresql12-contrib-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.s390x" }, "product_reference": "postgresql12-contrib-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.x86_64" }, "product_reference": "postgresql12-contrib-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.aarch64" }, "product_reference": "postgresql12-devel-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-devel-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.s390x" }, "product_reference": "postgresql12-devel-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.x86_64" }, "product_reference": "postgresql12-devel-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.aarch64" }, "product_reference": "postgresql12-docs-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-docs-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.s390x" }, "product_reference": "postgresql12-docs-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.x86_64" }, "product_reference": "postgresql12-docs-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.aarch64" }, "product_reference": "postgresql12-llvmjit-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.s390x" }, "product_reference": "postgresql12-llvmjit-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.x86_64" }, "product_reference": "postgresql12-llvmjit-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.aarch64" }, "product_reference": "postgresql12-llvmjit-devel-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-devel-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.s390x" }, "product_reference": "postgresql12-llvmjit-devel-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.x86_64" }, "product_reference": "postgresql12-llvmjit-devel-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.aarch64" }, "product_reference": "postgresql12-plperl-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.s390x" }, "product_reference": "postgresql12-plperl-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.x86_64" }, "product_reference": "postgresql12-plperl-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.aarch64" }, "product_reference": "postgresql12-plpython-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.s390x" }, "product_reference": "postgresql12-plpython-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.x86_64" }, "product_reference": "postgresql12-plpython-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.s390x" }, "product_reference": "postgresql12-pltcl-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.aarch64" }, "product_reference": "postgresql12-server-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-server-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.s390x" }, "product_reference": "postgresql12-server-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.x86_64" }, "product_reference": "postgresql12-server-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.s390x" }, "product_reference": "postgresql12-server-devel-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.aarch64" }, "product_reference": "postgresql12-test-12.20-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.ppc64le" }, "product_reference": "postgresql12-test-12.20-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.s390x" }, "product_reference": "postgresql12-test-12.20-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.20-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.x86_64" }, "product_reference": "postgresql12-test-12.20-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql12-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql12-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql12-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.20-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.20-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-19T00:00:00Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
opensuse-su-2024:14361-1
Vulnerability from csaf_opensuse
Published
2024-09-23 00:00
Modified
2024-09-23 00:00
Summary
libecpg6-17~rc1-1.1 on GA media
Notes
Title of the patch
libecpg6-17~rc1-1.1 on GA media
Description of the patch
These are all security issues fixed in the libecpg6-17~rc1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14361
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "libecpg6-17~rc1-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the libecpg6-17~rc1-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14361", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14361-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14361-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HD5J3C4URB7D6PHUVYZRISSS5HBJ3ITI/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14361-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HD5J3C4URB7D6PHUVYZRISSS5HBJ3ITI/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "libecpg6-17~rc1-1.1 on GA media", "tracking": { "current_release_date": "2024-09-23T00:00:00Z", "generator": { "date": "2024-09-23T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14361-1", "initial_release_date": "2024-09-23T00:00:00Z", "revision_history": [ { "date": "2024-09-23T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-17~rc1-1.1.aarch64", "product": { "name": "libecpg6-17~rc1-1.1.aarch64", "product_id": "libecpg6-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "libecpg6-32bit-17~rc1-1.1.aarch64", "product": { "name": "libecpg6-32bit-17~rc1-1.1.aarch64", "product_id": "libecpg6-32bit-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "libpq5-17~rc1-1.1.aarch64", "product": { "name": "libpq5-17~rc1-1.1.aarch64", "product_id": "libpq5-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "libpq5-32bit-17~rc1-1.1.aarch64", "product": { "name": "libpq5-32bit-17~rc1-1.1.aarch64", "product_id": "libpq5-32bit-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-17~rc1-1.1.aarch64", "product_id": "postgresql17-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-contrib-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-contrib-17~rc1-1.1.aarch64", "product_id": "postgresql17-contrib-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-devel-17~rc1-1.1.aarch64", "product_id": "postgresql17-devel-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-docs-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-docs-17~rc1-1.1.aarch64", "product_id": "postgresql17-docs-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-llvmjit-17~rc1-1.1.aarch64", "product_id": "postgresql17-llvmjit-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.aarch64", "product_id": "postgresql17-llvmjit-devel-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plperl-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-plperl-17~rc1-1.1.aarch64", "product_id": "postgresql17-plperl-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plpython-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-plpython-17~rc1-1.1.aarch64", "product_id": "postgresql17-plpython-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-pltcl-17~rc1-1.1.aarch64", "product_id": "postgresql17-pltcl-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-server-17~rc1-1.1.aarch64", "product_id": "postgresql17-server-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-server-devel-17~rc1-1.1.aarch64", "product_id": "postgresql17-server-devel-17~rc1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-test-17~rc1-1.1.aarch64", "product": { "name": "postgresql17-test-17~rc1-1.1.aarch64", "product_id": "postgresql17-test-17~rc1-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17~rc1-1.1.ppc64le", "product": { "name": "libecpg6-17~rc1-1.1.ppc64le", "product_id": "libecpg6-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "libecpg6-32bit-17~rc1-1.1.ppc64le", "product": { "name": "libecpg6-32bit-17~rc1-1.1.ppc64le", "product_id": "libecpg6-32bit-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-17~rc1-1.1.ppc64le", "product": { "name": "libpq5-17~rc1-1.1.ppc64le", "product_id": "libpq5-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-32bit-17~rc1-1.1.ppc64le", "product": { "name": "libpq5-32bit-17~rc1-1.1.ppc64le", "product_id": "libpq5-32bit-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-17~rc1-1.1.ppc64le", "product_id": "postgresql17-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-contrib-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-contrib-17~rc1-1.1.ppc64le", "product_id": "postgresql17-contrib-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-devel-17~rc1-1.1.ppc64le", "product_id": "postgresql17-devel-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-docs-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-docs-17~rc1-1.1.ppc64le", "product_id": "postgresql17-docs-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-llvmjit-17~rc1-1.1.ppc64le", "product_id": "postgresql17-llvmjit-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le", "product_id": "postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plperl-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-plperl-17~rc1-1.1.ppc64le", "product_id": "postgresql17-plperl-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plpython-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-plpython-17~rc1-1.1.ppc64le", "product_id": "postgresql17-plpython-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-pltcl-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-pltcl-17~rc1-1.1.ppc64le", "product_id": "postgresql17-pltcl-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-server-17~rc1-1.1.ppc64le", "product_id": "postgresql17-server-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-devel-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-server-devel-17~rc1-1.1.ppc64le", "product_id": "postgresql17-server-devel-17~rc1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-test-17~rc1-1.1.ppc64le", "product": { "name": "postgresql17-test-17~rc1-1.1.ppc64le", "product_id": "postgresql17-test-17~rc1-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17~rc1-1.1.s390x", "product": { "name": "libecpg6-17~rc1-1.1.s390x", "product_id": "libecpg6-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "libecpg6-32bit-17~rc1-1.1.s390x", "product": { "name": "libecpg6-32bit-17~rc1-1.1.s390x", "product_id": "libecpg6-32bit-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "libpq5-17~rc1-1.1.s390x", "product": { "name": "libpq5-17~rc1-1.1.s390x", "product_id": "libpq5-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "libpq5-32bit-17~rc1-1.1.s390x", "product": { "name": "libpq5-32bit-17~rc1-1.1.s390x", "product_id": "libpq5-32bit-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-17~rc1-1.1.s390x", "product": { "name": "postgresql17-17~rc1-1.1.s390x", "product_id": "postgresql17-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-contrib-17~rc1-1.1.s390x", "product": { "name": "postgresql17-contrib-17~rc1-1.1.s390x", "product_id": "postgresql17-contrib-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-17~rc1-1.1.s390x", "product": { "name": "postgresql17-devel-17~rc1-1.1.s390x", "product_id": "postgresql17-devel-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-docs-17~rc1-1.1.s390x", "product": { "name": "postgresql17-docs-17~rc1-1.1.s390x", "product_id": "postgresql17-docs-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17~rc1-1.1.s390x", "product": { "name": "postgresql17-llvmjit-17~rc1-1.1.s390x", "product_id": "postgresql17-llvmjit-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17~rc1-1.1.s390x", "product": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.s390x", "product_id": "postgresql17-llvmjit-devel-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plperl-17~rc1-1.1.s390x", "product": { "name": "postgresql17-plperl-17~rc1-1.1.s390x", "product_id": "postgresql17-plperl-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plpython-17~rc1-1.1.s390x", "product": { "name": "postgresql17-plpython-17~rc1-1.1.s390x", "product_id": "postgresql17-plpython-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-pltcl-17~rc1-1.1.s390x", "product": { "name": "postgresql17-pltcl-17~rc1-1.1.s390x", "product_id": "postgresql17-pltcl-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-17~rc1-1.1.s390x", "product": { "name": "postgresql17-server-17~rc1-1.1.s390x", "product_id": "postgresql17-server-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-devel-17~rc1-1.1.s390x", "product": { "name": "postgresql17-server-devel-17~rc1-1.1.s390x", "product_id": "postgresql17-server-devel-17~rc1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-test-17~rc1-1.1.s390x", "product": { "name": "postgresql17-test-17~rc1-1.1.s390x", "product_id": "postgresql17-test-17~rc1-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17~rc1-1.1.x86_64", "product": { "name": "libecpg6-17~rc1-1.1.x86_64", "product_id": "libecpg6-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-17~rc1-1.1.x86_64", "product": { "name": "libecpg6-32bit-17~rc1-1.1.x86_64", "product_id": "libecpg6-32bit-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "libpq5-17~rc1-1.1.x86_64", "product": { "name": "libpq5-17~rc1-1.1.x86_64", "product_id": "libpq5-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-17~rc1-1.1.x86_64", "product": { "name": "libpq5-32bit-17~rc1-1.1.x86_64", "product_id": "libpq5-32bit-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-17~rc1-1.1.x86_64", "product_id": "postgresql17-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-contrib-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-contrib-17~rc1-1.1.x86_64", "product_id": "postgresql17-contrib-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-devel-17~rc1-1.1.x86_64", "product_id": "postgresql17-devel-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-docs-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-docs-17~rc1-1.1.x86_64", "product_id": "postgresql17-docs-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-llvmjit-17~rc1-1.1.x86_64", "product_id": "postgresql17-llvmjit-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.x86_64", "product_id": "postgresql17-llvmjit-devel-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plperl-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-plperl-17~rc1-1.1.x86_64", "product_id": "postgresql17-plperl-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plpython-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-plpython-17~rc1-1.1.x86_64", "product_id": "postgresql17-plpython-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-pltcl-17~rc1-1.1.x86_64", "product_id": "postgresql17-pltcl-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-server-17~rc1-1.1.x86_64", "product_id": "postgresql17-server-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-server-devel-17~rc1-1.1.x86_64", "product_id": "postgresql17-server-devel-17~rc1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-test-17~rc1-1.1.x86_64", "product": { "name": "postgresql17-test-17~rc1-1.1.x86_64", "product_id": "postgresql17-test-17~rc1-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.aarch64" }, "product_reference": "libecpg6-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.ppc64le" }, "product_reference": "libecpg6-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.s390x" }, "product_reference": "libecpg6-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.x86_64" }, "product_reference": "libecpg6-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.aarch64" }, "product_reference": "libecpg6-32bit-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.ppc64le" }, "product_reference": "libecpg6-32bit-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.s390x" }, "product_reference": "libecpg6-32bit-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.x86_64" }, "product_reference": "libecpg6-32bit-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17~rc1-1.1.aarch64" }, "product_reference": "libpq5-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17~rc1-1.1.ppc64le" }, "product_reference": "libpq5-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17~rc1-1.1.s390x" }, "product_reference": "libpq5-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17~rc1-1.1.x86_64" }, "product_reference": "libpq5-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.aarch64" }, "product_reference": "libpq5-32bit-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.ppc64le" }, "product_reference": "libpq5-32bit-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.s390x" }, "product_reference": "libpq5-32bit-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.x86_64" }, "product_reference": "libpq5-32bit-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-contrib-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-contrib-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-contrib-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-contrib-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-devel-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-devel-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-devel-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-devel-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-docs-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-docs-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-docs-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-docs-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-llvmjit-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-llvmjit-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-llvmjit-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-llvmjit-devel-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-llvmjit-devel-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-llvmjit-devel-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-plperl-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-plperl-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-plperl-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-plperl-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-plpython-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-plpython-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-plpython-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-plpython-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-pltcl-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-pltcl-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-pltcl-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-pltcl-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-server-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-server-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-server-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-server-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-server-devel-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-server-devel-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-server-devel-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-server-devel-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17~rc1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.aarch64" }, "product_reference": "postgresql17-test-17~rc1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17~rc1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.ppc64le" }, "product_reference": "postgresql17-test-17~rc1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17~rc1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.s390x" }, "product_reference": "postgresql17-test-17~rc1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17~rc1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.x86_64" }, "product_reference": "postgresql17-test-17~rc1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17~rc1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17~rc1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
opensuse-su-2024:14360-1
Vulnerability from csaf_opensuse
Published
2024-09-23 00:00
Modified
2024-09-23 00:00
Summary
postgresql16-16.4-1.1 on GA media
Notes
Title of the patch
postgresql16-16.4-1.1 on GA media
Description of the patch
These are all security issues fixed in the postgresql16-16.4-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14360
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "postgresql16-16.4-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql16-16.4-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14360", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14360-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14360-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RSHH7GG3JERRES4WX7FTBWO2TZCAMJMP/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14360-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RSHH7GG3JERRES4WX7FTBWO2TZCAMJMP/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-25694 page", "url": "https://www.suse.com/security/cve/CVE-2020-25694/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-25695 page", "url": "https://www.suse.com/security/cve/CVE-2020-25695/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-25696 page", "url": "https://www.suse.com/security/cve/CVE-2020-25696/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-20229 page", "url": "https://www.suse.com/security/cve/CVE-2021-20229/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23214 page", "url": "https://www.suse.com/security/cve/CVE-2021-23214/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23222 page", "url": "https://www.suse.com/security/cve/CVE-2021-23222/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-32027 page", "url": "https://www.suse.com/security/cve/CVE-2021-32027/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-32028 page", "url": "https://www.suse.com/security/cve/CVE-2021-32028/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-32029 page", "url": "https://www.suse.com/security/cve/CVE-2021-32029/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3393 page", "url": "https://www.suse.com/security/cve/CVE-2021-3393/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-1552 page", "url": "https://www.suse.com/security/cve/CVE-2022-1552/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-41862 page", "url": "https://www.suse.com/security/cve/CVE-2022-41862/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2454 page", "url": "https://www.suse.com/security/cve/CVE-2023-2454/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2455 page", "url": "https://www.suse.com/security/cve/CVE-2023-2455/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "postgresql16-16.4-1.1 on GA media", "tracking": { "current_release_date": "2024-09-23T00:00:00Z", "generator": { "date": "2024-09-23T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14360-1", "initial_release_date": "2024-09-23T00:00:00Z", "revision_history": [ { "date": "2024-09-23T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql16-16.4-1.1.aarch64", "product": { "name": "postgresql16-16.4-1.1.aarch64", "product_id": "postgresql16-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-1.1.aarch64", "product": { "name": "postgresql16-contrib-16.4-1.1.aarch64", "product_id": "postgresql16-contrib-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-1.1.aarch64", "product": { "name": "postgresql16-devel-16.4-1.1.aarch64", "product_id": "postgresql16-devel-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-docs-16.4-1.1.aarch64", "product": { "name": "postgresql16-docs-16.4-1.1.aarch64", "product_id": "postgresql16-docs-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-1.1.aarch64", "product": { "name": "postgresql16-llvmjit-16.4-1.1.aarch64", "product_id": "postgresql16-llvmjit-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-1.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.4-1.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-1.1.aarch64", "product": { "name": "postgresql16-plperl-16.4-1.1.aarch64", "product_id": "postgresql16-plperl-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-1.1.aarch64", "product": { "name": "postgresql16-plpython-16.4-1.1.aarch64", "product_id": "postgresql16-plpython-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-1.1.aarch64", "product": { "name": "postgresql16-pltcl-16.4-1.1.aarch64", "product_id": "postgresql16-pltcl-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-1.1.aarch64", "product": { "name": "postgresql16-server-16.4-1.1.aarch64", "product_id": "postgresql16-server-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-1.1.aarch64", "product": { "name": "postgresql16-server-devel-16.4-1.1.aarch64", "product_id": "postgresql16-server-devel-16.4-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-1.1.aarch64", "product": { "name": "postgresql16-test-16.4-1.1.aarch64", "product_id": "postgresql16-test-16.4-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql16-16.4-1.1.ppc64le", "product": { "name": "postgresql16-16.4-1.1.ppc64le", "product_id": "postgresql16-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-1.1.ppc64le", "product": { "name": "postgresql16-contrib-16.4-1.1.ppc64le", "product_id": "postgresql16-contrib-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-1.1.ppc64le", "product": { "name": "postgresql16-devel-16.4-1.1.ppc64le", "product_id": "postgresql16-devel-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-docs-16.4-1.1.ppc64le", "product": { "name": "postgresql16-docs-16.4-1.1.ppc64le", "product_id": "postgresql16-docs-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-1.1.ppc64le", "product": { "name": "postgresql16-llvmjit-16.4-1.1.ppc64le", "product_id": "postgresql16-llvmjit-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-1.1.ppc64le", "product": { "name": "postgresql16-plperl-16.4-1.1.ppc64le", "product_id": "postgresql16-plperl-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-1.1.ppc64le", "product": { "name": "postgresql16-plpython-16.4-1.1.ppc64le", "product_id": "postgresql16-plpython-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-1.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.4-1.1.ppc64le", "product_id": "postgresql16-pltcl-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.4-1.1.ppc64le", "product": { "name": "postgresql16-server-16.4-1.1.ppc64le", "product_id": "postgresql16-server-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-1.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.4-1.1.ppc64le", "product_id": "postgresql16-server-devel-16.4-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.4-1.1.ppc64le", "product": { "name": "postgresql16-test-16.4-1.1.ppc64le", "product_id": "postgresql16-test-16.4-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql16-16.4-1.1.s390x", "product": { "name": "postgresql16-16.4-1.1.s390x", "product_id": "postgresql16-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-1.1.s390x", "product": { "name": "postgresql16-contrib-16.4-1.1.s390x", "product_id": "postgresql16-contrib-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-1.1.s390x", "product": { "name": "postgresql16-devel-16.4-1.1.s390x", "product_id": "postgresql16-devel-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-docs-16.4-1.1.s390x", "product": { "name": "postgresql16-docs-16.4-1.1.s390x", "product_id": "postgresql16-docs-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-1.1.s390x", "product": { "name": "postgresql16-llvmjit-16.4-1.1.s390x", "product_id": "postgresql16-llvmjit-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-1.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.4-1.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-1.1.s390x", "product": { "name": "postgresql16-plperl-16.4-1.1.s390x", "product_id": "postgresql16-plperl-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-1.1.s390x", "product": { "name": "postgresql16-plpython-16.4-1.1.s390x", "product_id": "postgresql16-plpython-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-1.1.s390x", "product": { "name": "postgresql16-pltcl-16.4-1.1.s390x", "product_id": "postgresql16-pltcl-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.4-1.1.s390x", "product": { "name": "postgresql16-server-16.4-1.1.s390x", "product_id": "postgresql16-server-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-1.1.s390x", "product": { "name": "postgresql16-server-devel-16.4-1.1.s390x", "product_id": "postgresql16-server-devel-16.4-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.4-1.1.s390x", "product": { "name": "postgresql16-test-16.4-1.1.s390x", "product_id": "postgresql16-test-16.4-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql16-16.4-1.1.x86_64", "product": { "name": "postgresql16-16.4-1.1.x86_64", "product_id": "postgresql16-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.4-1.1.x86_64", "product": { "name": "postgresql16-contrib-16.4-1.1.x86_64", "product_id": "postgresql16-contrib-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.4-1.1.x86_64", "product": { "name": "postgresql16-devel-16.4-1.1.x86_64", "product_id": "postgresql16-devel-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-docs-16.4-1.1.x86_64", "product": { "name": "postgresql16-docs-16.4-1.1.x86_64", "product_id": "postgresql16-docs-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.4-1.1.x86_64", "product": { "name": "postgresql16-llvmjit-16.4-1.1.x86_64", "product_id": "postgresql16-llvmjit-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.4-1.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.4-1.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.4-1.1.x86_64", "product": { "name": "postgresql16-plperl-16.4-1.1.x86_64", "product_id": "postgresql16-plperl-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.4-1.1.x86_64", "product": { "name": "postgresql16-plpython-16.4-1.1.x86_64", "product_id": "postgresql16-plpython-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.4-1.1.x86_64", "product": { "name": "postgresql16-pltcl-16.4-1.1.x86_64", "product_id": "postgresql16-pltcl-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.4-1.1.x86_64", "product": { "name": "postgresql16-server-16.4-1.1.x86_64", "product_id": "postgresql16-server-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.4-1.1.x86_64", "product": { "name": "postgresql16-server-devel-16.4-1.1.x86_64", "product_id": "postgresql16-server-devel-16.4-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.4-1.1.x86_64", "product": { "name": "postgresql16-test-16.4-1.1.x86_64", "product_id": "postgresql16-test-16.4-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64" }, "product_reference": "postgresql16-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x" }, "product_reference": "postgresql16-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64" }, "product_reference": "postgresql16-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64" }, "product_reference": "postgresql16-contrib-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x" }, "product_reference": "postgresql16-contrib-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64" }, "product_reference": "postgresql16-contrib-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64" }, "product_reference": "postgresql16-devel-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-devel-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x" }, "product_reference": "postgresql16-devel-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64" }, "product_reference": "postgresql16-devel-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64" }, "product_reference": "postgresql16-docs-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-docs-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x" }, "product_reference": "postgresql16-docs-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64" }, "product_reference": "postgresql16-docs-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64" }, "product_reference": "postgresql16-plperl-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x" }, "product_reference": "postgresql16-plperl-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64" }, "product_reference": "postgresql16-plperl-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64" }, "product_reference": "postgresql16-plpython-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x" }, "product_reference": "postgresql16-plpython-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64" }, "product_reference": "postgresql16-plpython-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x" }, "product_reference": "postgresql16-pltcl-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64" }, "product_reference": "postgresql16-server-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-server-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x" }, "product_reference": "postgresql16-server-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64" }, "product_reference": "postgresql16-server-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x" }, "product_reference": "postgresql16-server-devel-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64" }, "product_reference": "postgresql16-test-16.4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le" }, "product_reference": "postgresql16-test-16.4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x" }, "product_reference": "postgresql16-test-16.4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" }, "product_reference": "postgresql16-test-16.4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-25694", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-25694" } ], "notes": [ { "category": "general", "text": "A flaw was found in PostgreSQL versions before 13.1, before 12.5, before 11.10, before 10.15, before 9.6.20 and before 9.5.24. If a client application that creates additional database connections only reuses the basic connection parameters while dropping security-relevant parameters, an opportunity for a man-in-the-middle attack, or the ability to observe clear-text transmissions, could exist. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-25694", "url": "https://www.suse.com/security/cve/CVE-2020-25694" }, { "category": "external", "summary": "SUSE Bug 1178667 for CVE-2020-25694", "url": "https://bugzilla.suse.com/1178667" }, { "category": "external", "summary": "SUSE Bug 1179870 for CVE-2020-25694", "url": "https://bugzilla.suse.com/1179870" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-25694" }, { "cve": "CVE-2020-25695", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-25695" } ], "notes": [ { "category": "general", "text": "A flaw was found in PostgreSQL versions before 13.1, before 12.5, before 11.10, before 10.15, before 9.6.20 and before 9.5.24. An attacker having permission to create non-temporary objects in at least one schema can execute arbitrary SQL functions under the identity of a superuser. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-25695", "url": "https://www.suse.com/security/cve/CVE-2020-25695" }, { "category": "external", "summary": "SUSE Bug 1178666 for CVE-2020-25695", "url": "https://bugzilla.suse.com/1178666" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2020-25695" }, { "cve": "CVE-2020-25696", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-25696" } ], "notes": [ { "category": "general", "text": "A flaw was found in the psql interactive terminal of PostgreSQL in versions before 13.1, before 12.5, before 11.10, before 10.15, before 9.6.20 and before 9.5.24. If an interactive psql session uses \\gset when querying a compromised server, the attacker can execute arbitrary code as the operating system account running psql. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-25696", "url": "https://www.suse.com/security/cve/CVE-2020-25696" }, { "category": "external", "summary": "SUSE Bug 1178668 for CVE-2020-25696", "url": "https://bugzilla.suse.com/1178668" }, { "category": "external", "summary": "SUSE Bug 1179870 for CVE-2020-25696", "url": "https://bugzilla.suse.com/1179870" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2020-25696" }, { "cve": "CVE-2021-20229", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-20229" } ], "notes": [ { "category": "general", "text": "A flaw was found in PostgreSQL in versions before 13.2. This flaw allows a user with SELECT privilege on one column to craft a special query that returns all columns of the table. The highest threat from this vulnerability is to confidentiality.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-20229", "url": "https://www.suse.com/security/cve/CVE-2021-20229" }, { "category": "external", "summary": "SUSE Bug 1182039 for CVE-2021-20229", "url": "https://bugzilla.suse.com/1182039" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-20229" }, { "cve": "CVE-2021-23214", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23214" } ], "notes": [ { "category": "general", "text": "When the server is configured to use trust authentication with a clientcert requirement or to use cert authentication, a man-in-the-middle attacker can inject arbitrary SQL queries when a connection is first established, despite the use of SSL certificate verification and encryption.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23214", "url": "https://www.suse.com/security/cve/CVE-2021-23214" }, { "category": "external", "summary": "SUSE Bug 1192516 for CVE-2021-23214", "url": "https://bugzilla.suse.com/1192516" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2021-23214" }, { "cve": "CVE-2021-23222", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23222" } ], "notes": [ { "category": "general", "text": "A man-in-the-middle attacker can inject false responses to the client\u0027s first few queries, despite the use of SSL certificate verification and encryption.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23222", "url": "https://www.suse.com/security/cve/CVE-2021-23222" }, { "category": "external", "summary": "SUSE Bug 1192516 for CVE-2021-23222", "url": "https://bugzilla.suse.com/1192516" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2021-23222" }, { "cve": "CVE-2021-32027", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-32027" } ], "notes": [ { "category": "general", "text": "A flaw was found in postgresql in versions before 13.3, before 12.7, before 11.12, before 10.17 and before 9.6.22. While modifying certain SQL array values, missing bounds checks let authenticated database users write arbitrary bytes to a wide area of server memory. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-32027", "url": "https://www.suse.com/security/cve/CVE-2021-32027" }, { "category": "external", "summary": "SUSE Bug 1185924 for CVE-2021-32027", "url": "https://bugzilla.suse.com/1185924" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2021-32027" }, { "cve": "CVE-2021-32028", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-32028" } ], "notes": [ { "category": "general", "text": "A flaw was found in postgresql. Using an INSERT ... ON CONFLICT ... DO UPDATE command on a purpose-crafted table, an authenticated database user could read arbitrary bytes of server memory. The highest threat from this vulnerability is to data confidentiality.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-32028", "url": "https://www.suse.com/security/cve/CVE-2021-32028" }, { "category": "external", "summary": "SUSE Bug 1185925 for CVE-2021-32028", "url": "https://bugzilla.suse.com/1185925" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-32028" }, { "cve": "CVE-2021-32029", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-32029" } ], "notes": [ { "category": "general", "text": "A flaw was found in postgresql. Using an UPDATE ... RETURNING command on a purpose-crafted table, an authenticated database user could read arbitrary bytes of server memory. The highest threat from this vulnerability is to data confidentiality.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-32029", "url": "https://www.suse.com/security/cve/CVE-2021-32029" }, { "category": "external", "summary": "SUSE Bug 1185926 for CVE-2021-32029", "url": "https://bugzilla.suse.com/1185926" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-32029" }, { "cve": "CVE-2021-3393", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3393" } ], "notes": [ { "category": "general", "text": "An information leak was discovered in postgresql in versions before 13.2, before 12.6 and before 11.11. A user having UPDATE permission but not SELECT permission to a particular column could craft queries which, under some circumstances, might disclose values from that column in error messages. An attacker could use this flaw to obtain information stored in a column they are allowed to write but not read.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3393", "url": "https://www.suse.com/security/cve/CVE-2021-3393" }, { "category": "external", "summary": "SUSE Bug 1182040 for CVE-2021-3393", "url": "https://bugzilla.suse.com/1182040" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "low" } ], "title": "CVE-2021-3393" }, { "cve": "CVE-2022-1552", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-1552" } ], "notes": [ { "category": "general", "text": "A flaw was found in PostgreSQL. There is an issue with incomplete efforts to operate safely when a privileged user is maintaining another user\u0027s objects. The Autovacuum, REINDEX, CREATE INDEX, REFRESH MATERIALIZED VIEW, CLUSTER, and pg_amcheck commands activated relevant protections too late or not at all during the process. This flaw allows an attacker with permission to create non-temporary objects in at least one schema to execute arbitrary SQL functions under a superuser identity.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-1552", "url": "https://www.suse.com/security/cve/CVE-2022-1552" }, { "category": "external", "summary": "SUSE Bug 1199475 for CVE-2022-1552", "url": "https://bugzilla.suse.com/1199475" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2022-1552" }, { "cve": "CVE-2022-41862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-41862" } ], "notes": [ { "category": "general", "text": "In PostgreSQL, a modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions a server can cause a libpq client to over-read and report an error message containing uninitialized bytes.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-41862", "url": "https://www.suse.com/security/cve/CVE-2022-41862" }, { "category": "external", "summary": "SUSE Bug 1208102 for CVE-2022-41862", "url": "https://bugzilla.suse.com/1208102" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2022-41862" }, { "cve": "CVE-2023-2454", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2454" } ], "notes": [ { "category": "general", "text": "schema_element defeats protective search_path changes; It was found that certain database calls in PostgreSQL could permit an authed attacker with elevated database-level privileges to execute arbitrary code.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2454", "url": "https://www.suse.com/security/cve/CVE-2023-2454" }, { "category": "external", "summary": "SUSE Bug 1211228 for CVE-2023-2454", "url": "https://bugzilla.suse.com/1211228" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-2454" }, { "cve": "CVE-2023-2455", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2455" } ], "notes": [ { "category": "general", "text": "Row security policies disregard user ID changes after inlining; PostgreSQL could permit incorrect policies to be applied in certain cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2455", "url": "https://www.suse.com/security/cve/CVE-2023-2455" }, { "category": "external", "summary": "SUSE Bug 1211229 for CVE-2023-2455", "url": "https://bugzilla.suse.com/1211229" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2023-2455" }, { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.4-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-23T00:00:00Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
opensuse-su-2024:14351-1
Vulnerability from csaf_opensuse
Published
2024-09-19 00:00
Modified
2024-09-19 00:00
Summary
postgresql15-15.8-1.1 on GA media
Notes
Title of the patch
postgresql15-15.8-1.1 on GA media
Description of the patch
These are all security issues fixed in the postgresql15-15.8-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14351
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "postgresql15-15.8-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql15-15.8-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14351", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14351-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14351-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/233KJGMB42XZRNBMLOMSWHBSDKMS7R47/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14351-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/233KJGMB42XZRNBMLOMSWHBSDKMS7R47/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "postgresql15-15.8-1.1 on GA media", "tracking": { "current_release_date": "2024-09-19T00:00:00Z", "generator": { "date": "2024-09-19T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14351-1", "initial_release_date": "2024-09-19T00:00:00Z", "revision_history": [ { "date": "2024-09-19T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-1.1.aarch64", "product": { "name": "postgresql15-15.8-1.1.aarch64", "product_id": "postgresql15-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-1.1.aarch64", "product": { "name": "postgresql15-contrib-15.8-1.1.aarch64", "product_id": "postgresql15-contrib-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-1.1.aarch64", "product": { "name": "postgresql15-devel-15.8-1.1.aarch64", "product_id": "postgresql15-devel-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-docs-15.8-1.1.aarch64", "product": { "name": "postgresql15-docs-15.8-1.1.aarch64", "product_id": "postgresql15-docs-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-1.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.8-1.1.aarch64", "product_id": "postgresql15-llvmjit-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-1.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.8-1.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-1.1.aarch64", "product": { "name": "postgresql15-plperl-15.8-1.1.aarch64", "product_id": "postgresql15-plperl-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-1.1.aarch64", "product": { "name": "postgresql15-plpython-15.8-1.1.aarch64", "product_id": "postgresql15-plpython-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-1.1.aarch64", "product": { "name": "postgresql15-pltcl-15.8-1.1.aarch64", "product_id": "postgresql15-pltcl-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-1.1.aarch64", "product": { "name": "postgresql15-server-15.8-1.1.aarch64", "product_id": "postgresql15-server-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-1.1.aarch64", "product": { "name": "postgresql15-server-devel-15.8-1.1.aarch64", "product_id": "postgresql15-server-devel-15.8-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-1.1.aarch64", "product": { "name": "postgresql15-test-15.8-1.1.aarch64", "product_id": "postgresql15-test-15.8-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-1.1.ppc64le", "product": { "name": "postgresql15-15.8-1.1.ppc64le", "product_id": "postgresql15-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-1.1.ppc64le", "product": { "name": "postgresql15-contrib-15.8-1.1.ppc64le", "product_id": "postgresql15-contrib-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-1.1.ppc64le", "product": { "name": "postgresql15-devel-15.8-1.1.ppc64le", "product_id": "postgresql15-devel-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-docs-15.8-1.1.ppc64le", "product": { "name": "postgresql15-docs-15.8-1.1.ppc64le", "product_id": "postgresql15-docs-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-1.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.8-1.1.ppc64le", "product_id": "postgresql15-llvmjit-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-1.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.8-1.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-1.1.ppc64le", "product": { "name": "postgresql15-plperl-15.8-1.1.ppc64le", "product_id": "postgresql15-plperl-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-1.1.ppc64le", "product": { "name": "postgresql15-plpython-15.8-1.1.ppc64le", "product_id": "postgresql15-plpython-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-1.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.8-1.1.ppc64le", "product_id": "postgresql15-pltcl-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.8-1.1.ppc64le", "product": { "name": "postgresql15-server-15.8-1.1.ppc64le", "product_id": "postgresql15-server-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-1.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.8-1.1.ppc64le", "product_id": "postgresql15-server-devel-15.8-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.8-1.1.ppc64le", "product": { "name": "postgresql15-test-15.8-1.1.ppc64le", "product_id": "postgresql15-test-15.8-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-1.1.s390x", "product": { "name": "postgresql15-15.8-1.1.s390x", "product_id": "postgresql15-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-1.1.s390x", "product": { "name": "postgresql15-contrib-15.8-1.1.s390x", "product_id": "postgresql15-contrib-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-1.1.s390x", "product": { "name": "postgresql15-devel-15.8-1.1.s390x", "product_id": "postgresql15-devel-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-docs-15.8-1.1.s390x", "product": { "name": "postgresql15-docs-15.8-1.1.s390x", "product_id": "postgresql15-docs-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-1.1.s390x", "product": { "name": "postgresql15-llvmjit-15.8-1.1.s390x", "product_id": "postgresql15-llvmjit-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-1.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.8-1.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-1.1.s390x", "product": { "name": "postgresql15-plperl-15.8-1.1.s390x", "product_id": "postgresql15-plperl-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-1.1.s390x", "product": { "name": "postgresql15-plpython-15.8-1.1.s390x", "product_id": "postgresql15-plpython-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-1.1.s390x", "product": { "name": "postgresql15-pltcl-15.8-1.1.s390x", "product_id": "postgresql15-pltcl-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.8-1.1.s390x", "product": { "name": "postgresql15-server-15.8-1.1.s390x", "product_id": "postgresql15-server-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-1.1.s390x", "product": { "name": "postgresql15-server-devel-15.8-1.1.s390x", "product_id": "postgresql15-server-devel-15.8-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.8-1.1.s390x", "product": { "name": "postgresql15-test-15.8-1.1.s390x", "product_id": "postgresql15-test-15.8-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.8-1.1.x86_64", "product": { "name": "postgresql15-15.8-1.1.x86_64", "product_id": "postgresql15-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.8-1.1.x86_64", "product": { "name": "postgresql15-contrib-15.8-1.1.x86_64", "product_id": "postgresql15-contrib-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.8-1.1.x86_64", "product": { "name": "postgresql15-devel-15.8-1.1.x86_64", "product_id": "postgresql15-devel-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-docs-15.8-1.1.x86_64", "product": { "name": "postgresql15-docs-15.8-1.1.x86_64", "product_id": "postgresql15-docs-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.8-1.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.8-1.1.x86_64", "product_id": "postgresql15-llvmjit-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.8-1.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.8-1.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.8-1.1.x86_64", "product": { "name": "postgresql15-plperl-15.8-1.1.x86_64", "product_id": "postgresql15-plperl-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.8-1.1.x86_64", "product": { "name": "postgresql15-plpython-15.8-1.1.x86_64", "product_id": "postgresql15-plpython-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.8-1.1.x86_64", "product": { "name": "postgresql15-pltcl-15.8-1.1.x86_64", "product_id": "postgresql15-pltcl-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.8-1.1.x86_64", "product": { "name": "postgresql15-server-15.8-1.1.x86_64", "product_id": "postgresql15-server-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.8-1.1.x86_64", "product": { "name": "postgresql15-server-devel-15.8-1.1.x86_64", "product_id": "postgresql15-server-devel-15.8-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.8-1.1.x86_64", "product": { "name": "postgresql15-test-15.8-1.1.x86_64", "product_id": "postgresql15-test-15.8-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.8-1.1.aarch64" }, "product_reference": "postgresql15-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.8-1.1.s390x" }, "product_reference": "postgresql15-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.8-1.1.x86_64" }, "product_reference": "postgresql15-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.aarch64" }, "product_reference": "postgresql15-contrib-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.s390x" }, "product_reference": "postgresql15-contrib-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.x86_64" }, "product_reference": "postgresql15-contrib-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.aarch64" }, "product_reference": "postgresql15-devel-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-devel-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.s390x" }, "product_reference": "postgresql15-devel-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.x86_64" }, "product_reference": "postgresql15-devel-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.aarch64" }, "product_reference": "postgresql15-docs-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-docs-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.s390x" }, "product_reference": "postgresql15-docs-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.x86_64" }, "product_reference": "postgresql15-docs-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.aarch64" }, "product_reference": "postgresql15-llvmjit-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.s390x" }, "product_reference": "postgresql15-llvmjit-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.x86_64" }, "product_reference": "postgresql15-llvmjit-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.aarch64" }, "product_reference": "postgresql15-llvmjit-devel-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-devel-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.s390x" }, "product_reference": "postgresql15-llvmjit-devel-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.x86_64" }, "product_reference": "postgresql15-llvmjit-devel-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.aarch64" }, "product_reference": "postgresql15-plperl-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.s390x" }, "product_reference": "postgresql15-plperl-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.x86_64" }, "product_reference": "postgresql15-plperl-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.aarch64" }, "product_reference": "postgresql15-plpython-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.s390x" }, "product_reference": "postgresql15-plpython-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.x86_64" }, "product_reference": "postgresql15-plpython-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.s390x" }, "product_reference": "postgresql15-pltcl-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.aarch64" }, "product_reference": "postgresql15-server-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-server-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.s390x" }, "product_reference": "postgresql15-server-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.x86_64" }, "product_reference": "postgresql15-server-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.s390x" }, "product_reference": "postgresql15-server-devel-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.aarch64" }, "product_reference": "postgresql15-test-15.8-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.ppc64le" }, "product_reference": "postgresql15-test-15.8-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.s390x" }, "product_reference": "postgresql15-test-15.8-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.8-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.x86_64" }, "product_reference": "postgresql15-test-15.8-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql15-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql15-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql15-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.8-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.8-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-19T00:00:00Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
opensuse-su-2024:14350-1
Vulnerability from csaf_opensuse
Published
2024-09-19 00:00
Modified
2024-09-19 00:00
Summary
postgresql14-14.13-1.1 on GA media
Notes
Title of the patch
postgresql14-14.13-1.1 on GA media
Description of the patch
These are all security issues fixed in the postgresql14-14.13-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14350
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "postgresql14-14.13-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql14-14.13-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14350", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14350-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14350-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/F6L7CYTL2P6XU6L63WN47NCR4GIQGAQH/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14350-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/F6L7CYTL2P6XU6L63WN47NCR4GIQGAQH/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "postgresql14-14.13-1.1 on GA media", "tracking": { "current_release_date": "2024-09-19T00:00:00Z", "generator": { "date": "2024-09-19T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14350-1", "initial_release_date": "2024-09-19T00:00:00Z", "revision_history": [ { "date": "2024-09-19T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-1.1.aarch64", "product": { "name": "postgresql14-14.13-1.1.aarch64", "product_id": "postgresql14-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-1.1.aarch64", "product": { "name": "postgresql14-contrib-14.13-1.1.aarch64", "product_id": "postgresql14-contrib-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-1.1.aarch64", "product": { "name": "postgresql14-devel-14.13-1.1.aarch64", "product_id": "postgresql14-devel-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-docs-14.13-1.1.aarch64", "product": { "name": "postgresql14-docs-14.13-1.1.aarch64", "product_id": "postgresql14-docs-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-1.1.aarch64", "product": { "name": "postgresql14-llvmjit-14.13-1.1.aarch64", "product_id": "postgresql14-llvmjit-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-1.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.13-1.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-1.1.aarch64", "product": { "name": "postgresql14-plperl-14.13-1.1.aarch64", "product_id": "postgresql14-plperl-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-1.1.aarch64", "product": { "name": "postgresql14-plpython-14.13-1.1.aarch64", "product_id": "postgresql14-plpython-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-1.1.aarch64", "product": { "name": "postgresql14-pltcl-14.13-1.1.aarch64", "product_id": "postgresql14-pltcl-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-1.1.aarch64", "product": { "name": "postgresql14-server-14.13-1.1.aarch64", "product_id": "postgresql14-server-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-1.1.aarch64", "product": { "name": "postgresql14-server-devel-14.13-1.1.aarch64", "product_id": "postgresql14-server-devel-14.13-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-1.1.aarch64", "product": { "name": "postgresql14-test-14.13-1.1.aarch64", "product_id": "postgresql14-test-14.13-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-1.1.ppc64le", "product": { "name": "postgresql14-14.13-1.1.ppc64le", "product_id": "postgresql14-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-1.1.ppc64le", "product": { "name": "postgresql14-contrib-14.13-1.1.ppc64le", "product_id": "postgresql14-contrib-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-1.1.ppc64le", "product": { "name": "postgresql14-devel-14.13-1.1.ppc64le", "product_id": "postgresql14-devel-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-docs-14.13-1.1.ppc64le", "product": { "name": "postgresql14-docs-14.13-1.1.ppc64le", "product_id": "postgresql14-docs-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-1.1.ppc64le", "product": { "name": "postgresql14-llvmjit-14.13-1.1.ppc64le", "product_id": "postgresql14-llvmjit-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-1.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.13-1.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-1.1.ppc64le", "product": { "name": "postgresql14-plperl-14.13-1.1.ppc64le", "product_id": "postgresql14-plperl-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-1.1.ppc64le", "product": { "name": "postgresql14-plpython-14.13-1.1.ppc64le", "product_id": "postgresql14-plpython-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-1.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.13-1.1.ppc64le", "product_id": "postgresql14-pltcl-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.13-1.1.ppc64le", "product": { "name": "postgresql14-server-14.13-1.1.ppc64le", "product_id": "postgresql14-server-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-1.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.13-1.1.ppc64le", "product_id": "postgresql14-server-devel-14.13-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.13-1.1.ppc64le", "product": { "name": "postgresql14-test-14.13-1.1.ppc64le", "product_id": "postgresql14-test-14.13-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-1.1.s390x", "product": { "name": "postgresql14-14.13-1.1.s390x", "product_id": "postgresql14-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-1.1.s390x", "product": { "name": "postgresql14-contrib-14.13-1.1.s390x", "product_id": "postgresql14-contrib-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-1.1.s390x", "product": { "name": "postgresql14-devel-14.13-1.1.s390x", "product_id": "postgresql14-devel-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-docs-14.13-1.1.s390x", "product": { "name": "postgresql14-docs-14.13-1.1.s390x", "product_id": "postgresql14-docs-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-1.1.s390x", "product": { "name": "postgresql14-llvmjit-14.13-1.1.s390x", "product_id": "postgresql14-llvmjit-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-1.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.13-1.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-1.1.s390x", "product": { "name": "postgresql14-plperl-14.13-1.1.s390x", "product_id": "postgresql14-plperl-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-1.1.s390x", "product": { "name": "postgresql14-plpython-14.13-1.1.s390x", "product_id": "postgresql14-plpython-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-1.1.s390x", "product": { "name": "postgresql14-pltcl-14.13-1.1.s390x", "product_id": "postgresql14-pltcl-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.13-1.1.s390x", "product": { "name": "postgresql14-server-14.13-1.1.s390x", "product_id": "postgresql14-server-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-1.1.s390x", "product": { "name": "postgresql14-server-devel-14.13-1.1.s390x", "product_id": "postgresql14-server-devel-14.13-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.13-1.1.s390x", "product": { "name": "postgresql14-test-14.13-1.1.s390x", "product_id": "postgresql14-test-14.13-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.13-1.1.x86_64", "product": { "name": "postgresql14-14.13-1.1.x86_64", "product_id": "postgresql14-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.13-1.1.x86_64", "product": { "name": "postgresql14-contrib-14.13-1.1.x86_64", "product_id": "postgresql14-contrib-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.13-1.1.x86_64", "product": { "name": "postgresql14-devel-14.13-1.1.x86_64", "product_id": "postgresql14-devel-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-docs-14.13-1.1.x86_64", "product": { "name": "postgresql14-docs-14.13-1.1.x86_64", "product_id": "postgresql14-docs-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.13-1.1.x86_64", "product": { "name": "postgresql14-llvmjit-14.13-1.1.x86_64", "product_id": "postgresql14-llvmjit-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.13-1.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.13-1.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.13-1.1.x86_64", "product": { "name": "postgresql14-plperl-14.13-1.1.x86_64", "product_id": "postgresql14-plperl-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.13-1.1.x86_64", "product": { "name": "postgresql14-plpython-14.13-1.1.x86_64", "product_id": "postgresql14-plpython-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.13-1.1.x86_64", "product": { "name": "postgresql14-pltcl-14.13-1.1.x86_64", "product_id": "postgresql14-pltcl-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.13-1.1.x86_64", "product": { "name": "postgresql14-server-14.13-1.1.x86_64", "product_id": "postgresql14-server-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.13-1.1.x86_64", "product": { "name": "postgresql14-server-devel-14.13-1.1.x86_64", "product_id": "postgresql14-server-devel-14.13-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.13-1.1.x86_64", "product": { "name": "postgresql14-test-14.13-1.1.x86_64", "product_id": "postgresql14-test-14.13-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.13-1.1.aarch64" }, "product_reference": "postgresql14-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.13-1.1.s390x" }, "product_reference": "postgresql14-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.13-1.1.x86_64" }, "product_reference": "postgresql14-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.aarch64" }, "product_reference": "postgresql14-contrib-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.s390x" }, "product_reference": "postgresql14-contrib-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.x86_64" }, "product_reference": "postgresql14-contrib-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.aarch64" }, "product_reference": "postgresql14-devel-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-devel-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.s390x" }, "product_reference": "postgresql14-devel-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.x86_64" }, "product_reference": "postgresql14-devel-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.aarch64" }, "product_reference": "postgresql14-docs-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-docs-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.s390x" }, "product_reference": "postgresql14-docs-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.x86_64" }, "product_reference": "postgresql14-docs-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.aarch64" }, "product_reference": "postgresql14-plperl-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.s390x" }, "product_reference": "postgresql14-plperl-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.x86_64" }, "product_reference": "postgresql14-plperl-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.aarch64" }, "product_reference": "postgresql14-plpython-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.s390x" }, "product_reference": "postgresql14-plpython-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.x86_64" }, "product_reference": "postgresql14-plpython-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.s390x" }, "product_reference": "postgresql14-pltcl-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.aarch64" }, "product_reference": "postgresql14-server-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-server-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.s390x" }, "product_reference": "postgresql14-server-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.x86_64" }, "product_reference": "postgresql14-server-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.s390x" }, "product_reference": "postgresql14-server-devel-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.aarch64" }, "product_reference": "postgresql14-test-14.13-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.ppc64le" }, "product_reference": "postgresql14-test-14.13-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.s390x" }, "product_reference": "postgresql14-test-14.13-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.13-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.x86_64" }, "product_reference": "postgresql14-test-14.13-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql14-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql14-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql14-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.13-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.13-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-19T00:00:00Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
opensuse-su-2024:14349-1
Vulnerability from csaf_opensuse
Published
2024-09-19 00:00
Modified
2024-09-19 00:00
Summary
postgresql13-13.16-1.1 on GA media
Notes
Title of the patch
postgresql13-13.16-1.1 on GA media
Description of the patch
These are all security issues fixed in the postgresql13-13.16-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14349
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "postgresql13-13.16-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql13-13.16-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14349", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14349-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14349-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JFBV5HQIUL2TYPYWU3EU4MRYMYE6ONRA/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14349-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JFBV5HQIUL2TYPYWU3EU4MRYMYE6ONRA/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-7348 page", "url": "https://www.suse.com/security/cve/CVE-2024-7348/" } ], "title": "postgresql13-13.16-1.1 on GA media", "tracking": { "current_release_date": "2024-09-19T00:00:00Z", "generator": { "date": "2024-09-19T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14349-1", "initial_release_date": "2024-09-19T00:00:00Z", "revision_history": [ { "date": "2024-09-19T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-1.1.aarch64", "product": { "name": "postgresql13-13.16-1.1.aarch64", "product_id": "postgresql13-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-1.1.aarch64", "product": { "name": "postgresql13-contrib-13.16-1.1.aarch64", "product_id": "postgresql13-contrib-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-1.1.aarch64", "product": { "name": "postgresql13-devel-13.16-1.1.aarch64", "product_id": "postgresql13-devel-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-docs-13.16-1.1.aarch64", "product": { "name": "postgresql13-docs-13.16-1.1.aarch64", "product_id": "postgresql13-docs-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-1.1.aarch64", "product": { "name": "postgresql13-llvmjit-13.16-1.1.aarch64", "product_id": "postgresql13-llvmjit-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-1.1.aarch64", "product": { "name": "postgresql13-llvmjit-devel-13.16-1.1.aarch64", "product_id": "postgresql13-llvmjit-devel-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-1.1.aarch64", "product": { "name": "postgresql13-plperl-13.16-1.1.aarch64", "product_id": "postgresql13-plperl-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-1.1.aarch64", "product": { "name": "postgresql13-plpython-13.16-1.1.aarch64", "product_id": "postgresql13-plpython-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-1.1.aarch64", "product": { "name": "postgresql13-pltcl-13.16-1.1.aarch64", "product_id": "postgresql13-pltcl-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-13.16-1.1.aarch64", "product": { "name": "postgresql13-server-13.16-1.1.aarch64", "product_id": "postgresql13-server-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-1.1.aarch64", "product": { "name": "postgresql13-server-devel-13.16-1.1.aarch64", "product_id": "postgresql13-server-devel-13.16-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-test-13.16-1.1.aarch64", "product": { "name": "postgresql13-test-13.16-1.1.aarch64", "product_id": "postgresql13-test-13.16-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-1.1.ppc64le", "product": { "name": "postgresql13-13.16-1.1.ppc64le", "product_id": "postgresql13-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-1.1.ppc64le", "product": { "name": "postgresql13-contrib-13.16-1.1.ppc64le", "product_id": "postgresql13-contrib-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-1.1.ppc64le", "product": { "name": "postgresql13-devel-13.16-1.1.ppc64le", "product_id": "postgresql13-devel-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-docs-13.16-1.1.ppc64le", "product": { "name": "postgresql13-docs-13.16-1.1.ppc64le", "product_id": "postgresql13-docs-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-1.1.ppc64le", "product": { "name": "postgresql13-llvmjit-13.16-1.1.ppc64le", "product_id": "postgresql13-llvmjit-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-1.1.ppc64le", "product": { "name": "postgresql13-llvmjit-devel-13.16-1.1.ppc64le", "product_id": "postgresql13-llvmjit-devel-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-1.1.ppc64le", "product": { "name": "postgresql13-plperl-13.16-1.1.ppc64le", "product_id": "postgresql13-plperl-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-1.1.ppc64le", "product": { "name": "postgresql13-plpython-13.16-1.1.ppc64le", "product_id": "postgresql13-plpython-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-1.1.ppc64le", "product": { "name": "postgresql13-pltcl-13.16-1.1.ppc64le", "product_id": "postgresql13-pltcl-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-13.16-1.1.ppc64le", "product": { "name": "postgresql13-server-13.16-1.1.ppc64le", "product_id": "postgresql13-server-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-1.1.ppc64le", "product": { "name": "postgresql13-server-devel-13.16-1.1.ppc64le", "product_id": "postgresql13-server-devel-13.16-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-test-13.16-1.1.ppc64le", "product": { "name": "postgresql13-test-13.16-1.1.ppc64le", "product_id": "postgresql13-test-13.16-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-1.1.s390x", "product": { "name": "postgresql13-13.16-1.1.s390x", "product_id": "postgresql13-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-1.1.s390x", "product": { "name": "postgresql13-contrib-13.16-1.1.s390x", "product_id": "postgresql13-contrib-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-1.1.s390x", "product": { "name": "postgresql13-devel-13.16-1.1.s390x", "product_id": "postgresql13-devel-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-docs-13.16-1.1.s390x", "product": { "name": "postgresql13-docs-13.16-1.1.s390x", "product_id": "postgresql13-docs-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-1.1.s390x", "product": { "name": "postgresql13-llvmjit-13.16-1.1.s390x", "product_id": "postgresql13-llvmjit-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-1.1.s390x", "product": { "name": "postgresql13-llvmjit-devel-13.16-1.1.s390x", "product_id": "postgresql13-llvmjit-devel-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-1.1.s390x", "product": { "name": "postgresql13-plperl-13.16-1.1.s390x", "product_id": "postgresql13-plperl-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-1.1.s390x", "product": { "name": "postgresql13-plpython-13.16-1.1.s390x", "product_id": "postgresql13-plpython-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-1.1.s390x", "product": { "name": "postgresql13-pltcl-13.16-1.1.s390x", "product_id": "postgresql13-pltcl-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-13.16-1.1.s390x", "product": { "name": "postgresql13-server-13.16-1.1.s390x", "product_id": "postgresql13-server-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-1.1.s390x", "product": { "name": "postgresql13-server-devel-13.16-1.1.s390x", "product_id": "postgresql13-server-devel-13.16-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-test-13.16-1.1.s390x", "product": { "name": "postgresql13-test-13.16-1.1.s390x", "product_id": "postgresql13-test-13.16-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.16-1.1.x86_64", "product": { "name": "postgresql13-13.16-1.1.x86_64", "product_id": "postgresql13-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.16-1.1.x86_64", "product": { "name": "postgresql13-contrib-13.16-1.1.x86_64", "product_id": "postgresql13-contrib-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-devel-13.16-1.1.x86_64", "product": { "name": "postgresql13-devel-13.16-1.1.x86_64", "product_id": "postgresql13-devel-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-docs-13.16-1.1.x86_64", "product": { "name": "postgresql13-docs-13.16-1.1.x86_64", "product_id": "postgresql13-docs-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.16-1.1.x86_64", "product": { "name": "postgresql13-llvmjit-13.16-1.1.x86_64", "product_id": "postgresql13-llvmjit-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.16-1.1.x86_64", "product": { "name": "postgresql13-llvmjit-devel-13.16-1.1.x86_64", "product_id": "postgresql13-llvmjit-devel-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.16-1.1.x86_64", "product": { "name": "postgresql13-plperl-13.16-1.1.x86_64", "product_id": "postgresql13-plperl-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.16-1.1.x86_64", "product": { "name": "postgresql13-plpython-13.16-1.1.x86_64", "product_id": "postgresql13-plpython-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.16-1.1.x86_64", "product": { "name": "postgresql13-pltcl-13.16-1.1.x86_64", "product_id": "postgresql13-pltcl-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-13.16-1.1.x86_64", "product": { "name": "postgresql13-server-13.16-1.1.x86_64", "product_id": "postgresql13-server-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.16-1.1.x86_64", "product": { "name": "postgresql13-server-devel-13.16-1.1.x86_64", "product_id": "postgresql13-server-devel-13.16-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-test-13.16-1.1.x86_64", "product": { "name": "postgresql13-test-13.16-1.1.x86_64", "product_id": "postgresql13-test-13.16-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.16-1.1.aarch64" }, "product_reference": "postgresql13-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.16-1.1.s390x" }, "product_reference": "postgresql13-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.16-1.1.x86_64" }, "product_reference": "postgresql13-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.aarch64" }, "product_reference": "postgresql13-contrib-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.s390x" }, "product_reference": "postgresql13-contrib-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.x86_64" }, "product_reference": "postgresql13-contrib-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.aarch64" }, "product_reference": "postgresql13-devel-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-devel-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.s390x" }, "product_reference": "postgresql13-devel-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.x86_64" }, "product_reference": "postgresql13-devel-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.aarch64" }, "product_reference": "postgresql13-docs-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-docs-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.s390x" }, "product_reference": "postgresql13-docs-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.x86_64" }, "product_reference": "postgresql13-docs-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.aarch64" }, "product_reference": "postgresql13-plperl-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.s390x" }, "product_reference": "postgresql13-plperl-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.x86_64" }, "product_reference": "postgresql13-plperl-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.aarch64" }, "product_reference": "postgresql13-plpython-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.s390x" }, "product_reference": "postgresql13-plpython-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.x86_64" }, "product_reference": "postgresql13-plpython-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.s390x" }, "product_reference": "postgresql13-pltcl-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.aarch64" }, "product_reference": "postgresql13-server-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-server-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.s390x" }, "product_reference": "postgresql13-server-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.x86_64" }, "product_reference": "postgresql13-server-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.s390x" }, "product_reference": "postgresql13-server-devel-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.aarch64" }, "product_reference": "postgresql13-test-13.16-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.ppc64le" }, "product_reference": "postgresql13-test-13.16-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.s390x" }, "product_reference": "postgresql13-test-13.16-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.16-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.x86_64" }, "product_reference": "postgresql13-test-13.16-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-7348" } ], "notes": [ { "category": "general", "text": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql13-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-7348", "url": "https://www.suse.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "SUSE Bug 1229013 for CVE-2024-7348", "url": "https://bugzilla.suse.com/1229013" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:postgresql13-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql13-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.16-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.16-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-19T00:00:00Z", "details": "important" } ], "title": "CVE-2024-7348" } ] }
rhsa-2024:6018
Vulnerability from csaf_redhat
Published
2024-08-29 10:58
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql:13 security update
Notes
Topic
An update for the postgresql:13 module is now available for ed Hat Enterprise
Linux 8.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE page(s)
listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:13 module is now available for ed Hat Enterprise\nLinux 8.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6018", "url": "https://access.redhat.com/errata/RHSA-2024:6018" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6018.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-08-03T13:21:00+00:00", "generator": { "date": "2025-08-03T13:21:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6018", "initial_release_date": "2024-08-29T10:58:09+00:00", "revision_history": [ { "date": "2024-08-29T10:58:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-29T10:58:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8100020240814102212:489197e6", "product": { "name": "postgresql:13:8100020240814102212:489197e6", "product_id": "postgresql:13:8100020240814102212:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13?rpmmod=postgresql:13:8100020240814102212:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "product_id": "postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "product": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "product_id": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.10.0%2B22213%2B5adc94fe?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, "product_reference": "postgresql:13:8100020240814102212:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64 as a component of postgresql:13:8100020240814102212:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T10:58:09+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6018" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-contrib-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-debugsource-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-docs-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plperl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-static-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-test-rpm-macros-0:13.16-1.module+el8.10.0+22213+5adc94fe.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020240814102212:489197e6:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.10.0+22213+5adc94fe.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:8495
Vulnerability from csaf_redhat
Published
2024-10-28 01:26
Modified
2025-08-03 13:22
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for postgresql is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for postgresql is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:8495", "url": "https://access.redhat.com/errata/RHSA-2024:8495" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8495.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-08-03T13:22:30+00:00", "generator": { "date": "2025-08-03T13:22:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:8495", "initial_release_date": "2024-10-28T01:26:08+00:00", "revision_history": [ { "date": "2024-10-28T01:26:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-28T01:26:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:22:30+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7 ELS)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_els:7" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_els:7" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.src", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.src", "product_id": "postgresql-0:9.2.24-9.el7_9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.ppc", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc", "product_id": "postgresql-0:9.2.24-9.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "product": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "product_id": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-9.el7_9.1?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "product": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "product_id": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-9.el7_9.1?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "product": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "product_id": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-9.el7_9.1?arch=ppc" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc", "product": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc", "product_id": "postgresql-static-0:9.2.24-9.el7_9.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-9.el7_9.1?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-9.el7_9.1?arch=ppc64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "product": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "product_id": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-9.el7_9.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.s390", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.s390", "product_id": "postgresql-0:9.2.24-9.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=s390" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390", "product": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390", "product_id": "postgresql-devel-0:9.2.24-9.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-9.el7_9.1?arch=s390" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390", "product": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390", "product_id": "postgresql-libs-0:9.2.24-9.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-9.el7_9.1?arch=s390" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "product": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "product_id": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-9.el7_9.1?arch=s390" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390", "product": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390", "product_id": "postgresql-static-0:9.2.24-9.el7_9.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-9.el7_9.1?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-server-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-test-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-static-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-9.el7_9.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "product": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "product_id": "postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-9.el7_9.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-9.el7_9.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "product": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "product_id": "postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-9.el7_9.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.i686", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.i686", "product_id": "postgresql-0:9.2.24-9.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=i686" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-9.el7_9.1.i686", "product": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.i686", "product_id": "postgresql-devel-0:9.2.24-9.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-9.el7_9.1?arch=i686" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-9.el7_9.1.i686", "product": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.i686", "product_id": "postgresql-libs-0:9.2.24-9.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-9.el7_9.1?arch=i686" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "product": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "product_id": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-9.el7_9.1?arch=i686" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-9.el7_9.1.i686", "product": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.i686", "product_id": "postgresql-static-0:9.2.24-9.el7_9.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-9.el7_9.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-devel@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-libs@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@9.2.24-9.el7_9.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "product": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "product_id": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@9.2.24-9.el7_9.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.src" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.src", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.src" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.src", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-libs-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.i686", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.ppc", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.s390", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "relates_to_product_reference": "7Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", "product_id": "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64" }, "product_reference": "postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "relates_to_product_reference": "7Server-optional-ELS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "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-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-28T01:26:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8495" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.src", "7Server-optional-ELS:postgresql-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-contrib-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-debuginfo-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-devel-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-docs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-libs-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plperl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-plpython-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-pltcl-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-server-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.i686", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-static-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-test-0:9.2.24-9.el7_9.1.x86_64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.ppc64le", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.s390x", "7Server-optional-ELS:postgresql-upgrade-0:9.2.24-9.el7_9.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6139
Vulnerability from csaf_redhat
Published
2024-09-03 01:43
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6139", "url": "https://access.redhat.com/errata/RHSA-2024:6139" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6139.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-08-03T13:21:40+00:00", "generator": { "date": "2025-08-03T13:21:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6139", "initial_release_date": "2024-09-03T01:43:36+00:00", "revision_history": [ { "date": "2024-09-03T01:43:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T01:43:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:40+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8040020240827125019:522a0ee4", "product": { "name": "postgresql:12:8040020240827125019:522a0ee4", "product_id": "postgresql:12:8040020240827125019:522a0ee4", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12?rpmmod=postgresql:12:8040020240827125019:522a0ee4" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "product_id": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "product": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "product_id": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.4.0%2B22243%2B33bf1bc8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, "product_reference": "postgresql:12:8040020240827125019:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, "product_reference": "postgresql:12:8040020240827125019:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, "product_reference": "postgresql:12:8040020240827125019:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64 as a component of postgresql:12:8040020240827125019:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T01:43:36+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6139" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-contrib-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-debugsource-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-docs-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plperl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-static-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-test-rpm-macros-0:12.20-1.module+el8.4.0+22243+33bf1bc8.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240827125019:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.4.0+22243+33bf1bc8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6141
Vulnerability from csaf_redhat
Published
2024-09-03 02:26
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql:13 security update
Notes
Topic
An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6141", "url": "https://access.redhat.com/errata/RHSA-2024:6141" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6141.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-08-03T13:21:29+00:00", "generator": { "date": "2025-08-03T13:21:29+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6141", "initial_release_date": "2024-09-03T02:26:27+00:00", "revision_history": [ { "date": "2024-09-03T02:26:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T02:26:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:29+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8080020240830064706:63b34585", "product": { "name": "postgresql:13:8080020240830064706:63b34585", "product_id": "postgresql:13:8080020240830064706:63b34585", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13?rpmmod=postgresql:13:8080020240830064706:63b34585" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "product_id": "postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "product": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "product_id": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.8.0%2B22253%2B503e51b2.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, "product_reference": "postgresql:13:8080020240830064706:63b34585", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64 as a component of postgresql:13:8080020240830064706:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T02:26: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", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6141" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.src", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-contrib-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-debugsource-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-docs-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plperl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-static-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-test-rpm-macros-0:13.16-1.module+el8.8.0+22253+503e51b2.2.noarch", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.s390x", "AppStream-8.8.0.Z.EUS:postgresql:13:8080020240830064706:63b34585:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.8.0+22253+503e51b2.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6559
Vulnerability from csaf_redhat
Published
2024-09-10 18:33
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6559", "url": "https://access.redhat.com/errata/RHSA-2024:6559" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6559.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-08-03T13:21:20+00:00", "generator": { "date": "2025-08-03T13:21:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6559", "initial_release_date": "2024-09-10T18:33:03+00:00", "revision_history": [ { "date": "2024-09-10T18:33:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-10T18:33:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:20+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8060020240903093929:ad008a3a", "product": { "name": "postgresql:12:8060020240903093929:ad008a3a", "product_id": "postgresql:12:8060020240903093929:ad008a3a", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12?rpmmod=postgresql:12:8060020240903093929:ad008a3a" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "product_id": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "product": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "product_id": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.6.0%2B22262%2B7cfee20c?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, "product_reference": "postgresql:12:8060020240903093929:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, "product_reference": "postgresql:12:8060020240903093929:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, "product_reference": "postgresql:12:8060020240903093929:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64 as a component of postgresql:12:8060020240903093929:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-10T18:33:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6559" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.s390x", "AppStream-8.6.0.Z.E4S:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.src", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-contrib-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-debugsource-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-docs-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plperl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-static-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-test-rpm-macros-0:12.20-1.module+el8.6.0+22262+7cfee20c.noarch", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:12:8060020240903093929:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.6.0+22262+7cfee20c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6000
Vulnerability from csaf_redhat
Published
2024-08-29 08:25
Modified
2025-08-03 13:22
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise
Linux 8.10.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:12 module is now available for Red Hat Enterprise\nLinux 8.10.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6000", "url": "https://access.redhat.com/errata/RHSA-2024:6000" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6000.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-08-03T13:22:06+00:00", "generator": { "date": "2025-08-03T13:22:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6000", "initial_release_date": "2024-08-29T08:25:54+00:00", "revision_history": [ { "date": "2024-08-29T08:25:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-29T08:25:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:22:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8100020240814102525:489197e6", "product": { "name": "postgresql:12:8100020240814102525:489197e6", "product_id": "postgresql:12:8100020240814102525:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12?rpmmod=postgresql:12:8100020240814102525:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "product_id": "postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "product": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "product_id": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, "product_reference": "postgresql:12:8100020240814102525:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020240814102525:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T08:25:54+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6000" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-contrib-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-debugsource-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-docs-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plperl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-static-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-test-rpm-macros-0:12.20-1.module+el8.10.0+22214+9beb89d6.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020240814102525:489197e6:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.10.0+22214+9beb89d6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6001
Vulnerability from csaf_redhat
Published
2024-08-29 08:58
Modified
2025-08-06 05:15
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 8.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE page(s)
listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:15 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 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\n* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6001", "url": "https://access.redhat.com/errata/RHSA-2024:6001" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6001.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-08-06T05:15:26+00:00", "generator": { "date": "2025-08-06T05:15:26+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6001", "initial_release_date": "2024-08-29T08:58:09+00:00", "revision_history": [ { "date": "2024-08-29T08:58:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-29T08:58:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:15:26+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:8100020240814101911:489197e6", "product": { "name": "postgresql:15:8100020240814101911:489197e6", "product_id": "postgresql:15:8100020240814101911:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15?rpmmod=postgresql:15:8100020240814101911:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "product_id": "postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "product": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "product_id": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.10.0%2B22212%2Ba51fe170?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, "product_reference": "postgresql:15:8100020240814101911:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src" }, "product_reference": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64 as a component of postgresql:15:8100020240814101911:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-4317", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2024-05-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279935" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. Missing authorization in the built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks", "title": "Vulnerability summary" }, { "category": "other", "text": "PostgreSQL versions before 14 are not affected by this vulnerability. Additionally, this flaw was rated with a low severity as an attacker only has access to some restricted information, specifically information from CREATE STATISTICS commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4317" }, { "category": "external", "summary": "RHBZ#2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4317", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4317" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-4317/", "url": "https://www.postgresql.org/support/security/CVE-2024-4317/" } ], "release_date": "2024-05-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T08:58:09+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6001" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks" }, { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T08:58:09+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6001" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-contrib-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-debugsource-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-docs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plperl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-static-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-test-rpm-macros-0:15.8-1.module+el8.10.0+22212+a51fe170.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020240814101911:489197e6:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.10.0+22212+a51fe170.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6144
Vulnerability from csaf_redhat
Published
2024-09-03 01:34
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for postgresql is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for postgresql is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6144", "url": "https://access.redhat.com/errata/RHSA-2024:6144" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6144.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-08-03T13:21:04+00:00", "generator": { "date": "2025-08-03T13:21:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6144", "initial_release_date": "2024-09-03T01:34:41+00:00", "revision_history": [ { "date": "2024-09-03T01:34:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T01:34:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_0.src", "product": { "name": "postgresql-0:13.16-1.el9_0.src", "product_id": "postgresql-0:13.16-1.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-contrib-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-contrib-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-plperl-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-plperl-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-plpython3-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-pltcl-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-private-libs-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-server-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-server-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-upgrade-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-debugsource-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-contrib-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-contrib-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-plperl-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-plperl-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-server-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-server-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-contrib-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-contrib-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-plperl-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-plperl-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-plpython3-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-pltcl-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-private-libs-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-server-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-server-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-upgrade-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-debugsource-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-0:13.16-1.el9_0.s390x", "product_id": "postgresql-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-contrib-0:13.16-1.el9_0.s390x", "product_id": "postgresql-contrib-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-plperl-0:13.16-1.el9_0.s390x", "product_id": "postgresql-plperl-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_0.s390x", "product_id": "postgresql-plpython3-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_0.s390x", "product_id": "postgresql-pltcl-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_0.s390x", "product_id": "postgresql-private-libs-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-server-0:13.16-1.el9_0.s390x", "product_id": "postgresql-server-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_0.s390x", "product_id": "postgresql-upgrade-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_0.s390x", "product_id": "postgresql-debugsource-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.src" }, "product_reference": "postgresql-0:13.16-1.el9_0.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-server-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.src", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T01:34:41+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.src", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6144" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.src", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.src", "AppStream-9.0.0.Z.E4S:postgresql-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-contrib-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-debugsource-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-docs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plperl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-private-libs-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-test-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.16-1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:5929
Vulnerability from csaf_redhat
Published
2024-08-28 11:46
Modified
2025-08-06 05:16
Summary
Red Hat Security Advisory: postgresql:16 security update
Notes
Topic
An update for the postgresql:16 module is now available for Red Hat Enterprise Linux 9.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:16 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:5929", "url": "https://access.redhat.com/errata/RHSA-2024:5929" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5929.json" } ], "title": "Red Hat Security Advisory: postgresql:16 security update", "tracking": { "current_release_date": "2025-08-06T05:16:28+00:00", "generator": { "date": "2025-08-06T05:16:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:5929", "initial_release_date": "2024-08-28T11:46:41+00:00", "revision_history": [ { "date": "2024-08-28T11:46:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-28T11:46:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:16:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:16:9040020240812093225:rhel9", "product": { "name": "postgresql:16:9040020240812093225:rhel9", "product_id": "postgresql:16:9040020240812093225:rhel9", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16?rpmmod=postgresql:16:9040020240812093225:rhel9" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "product": { "name": "postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "product_id": "postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "product_id": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "product": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "product_id": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel9.4.0%2B22207%2B8466e31f?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, "product_reference": "postgresql:16:9040020240812093225:rhel9", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src" }, "product_reference": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64 as a component of postgresql:16:9040020240812093225:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-4317", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2024-05-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279935" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. Missing authorization in the built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks", "title": "Vulnerability summary" }, { "category": "other", "text": "PostgreSQL versions before 14 are not affected by this vulnerability. Additionally, this flaw was rated with a low severity as an attacker only has access to some restricted information, specifically information from CREATE STATISTICS commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4317" }, { "category": "external", "summary": "RHBZ#2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4317", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4317" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-4317/", "url": "https://www.postgresql.org/support/security/CVE-2024-4317/" } ], "release_date": "2024-05-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-28T11:46:41+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5929" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks" }, { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-28T11:46:41+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5929" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-contrib-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-debugsource-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-docs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plperl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-plpython3-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-pltcl-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-private-libs-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-server-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-static-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-test-rpm-macros-0:16.4-1.module+el9.4.0+22207+8466e31f.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:16:9040020240812093225:rhel9:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el9.4.0+22207+8466e31f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6557
Vulnerability from csaf_redhat
Published
2024-09-10 18:25
Modified
2025-08-03 13:20
Summary
Red Hat Security Advisory: postgresql:13 security update
Notes
Topic
An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6557", "url": "https://access.redhat.com/errata/RHSA-2024:6557" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6557.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-08-03T13:20:55+00:00", "generator": { "date": "2025-08-03T13:20:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6557", "initial_release_date": "2024-09-10T18:25:53+00:00", "revision_history": [ { "date": "2024-09-10T18:25:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-10T18:25:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:20:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8040020240830114010:522a0ee4", "product": { "name": "postgresql:13:8040020240830114010:522a0ee4", "product_id": "postgresql:13:8040020240830114010:522a0ee4", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13?rpmmod=postgresql:13:8040020240830114010:522a0ee4" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "product_id": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "product": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "product_id": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.4.0%2B22254%2B6164d1ea?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, "product_reference": "postgresql:13:8040020240830114010:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, "product_reference": "postgresql:13:8040020240830114010:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, "product_reference": "postgresql:13:8040020240830114010:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64 as a component of postgresql:13:8040020240830114010:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-10T18:25:53+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6557" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.src", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-contrib-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-debugsource-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-docs-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plperl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-static-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-test-rpm-macros-0:13.16-1.module+el8.4.0+22254+6164d1ea.noarch", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:13:8040020240830114010:522a0ee4:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.4.0+22254+6164d1ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:5927
Vulnerability from csaf_redhat
Published
2024-08-28 12:11
Modified
2025-08-06 05:16
Summary
Red Hat Security Advisory: postgresql:16 security update
Notes
Topic
An update for the postgresql:16 module is now available for Red Hat Enterprise Linux 8.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:16 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 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:5927", "url": "https://access.redhat.com/errata/RHSA-2024:5927" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5927.json" } ], "title": "Red Hat Security Advisory: postgresql:16 security update", "tracking": { "current_release_date": "2025-08-06T05:16:41+00:00", "generator": { "date": "2025-08-06T05:16:41+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:5927", "initial_release_date": "2024-08-28T12:11:42+00:00", "revision_history": [ { "date": "2024-08-28T12:11:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-28T12:11:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:16:41+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:16:8100020240814094432:489197e6", "product": { "name": "postgresql:16:8100020240814094432:489197e6", "product_id": "postgresql:16:8100020240814094432:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16?rpmmod=postgresql:16:8100020240814094432:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "product": { "name": "postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "product_id": "postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "product_id": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "product": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "product_id": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.4-1.module%2Bel8.10.0%2B22209%2B060d7a0a?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, "product_reference": "postgresql:16:8100020240814094432:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src" }, "product_reference": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64 as a component of postgresql:16:8100020240814094432:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-4317", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2024-05-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279935" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. Missing authorization in the built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks", "title": "Vulnerability summary" }, { "category": "other", "text": "PostgreSQL versions before 14 are not affected by this vulnerability. Additionally, this flaw was rated with a low severity as an attacker only has access to some restricted information, specifically information from CREATE STATISTICS commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4317" }, { "category": "external", "summary": "RHBZ#2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4317", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4317" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-4317/", "url": "https://www.postgresql.org/support/security/CVE-2024-4317/" } ], "release_date": "2024-05-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-28T12:11:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5927" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks" }, { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-28T12:11:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5927" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-contrib-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-debugsource-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-docs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plperl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-plpython3-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-pltcl-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-private-libs-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-server-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-static-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-test-rpm-macros-0:16.4-1.module+el8.10.0+22209+060d7a0a.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020240814094432:489197e6:postgresql-upgrade-devel-debuginfo-0:16.4-1.module+el8.10.0+22209+060d7a0a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:5999
Vulnerability from csaf_redhat
Published
2024-08-29 07:54
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for the postgresql is now available for Red Hat Enterprise
Linux 9.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE page(s)
listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql is now available for Red Hat Enterprise\nLinux 9.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:5999", "url": "https://access.redhat.com/errata/RHSA-2024:5999" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5999.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-08-03T13:21:53+00:00", "generator": { "date": "2025-08-03T13:21:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:5999", "initial_release_date": "2024-08-29T07:54:29+00:00", "revision_history": [ { "date": "2024-08-29T07:54:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-29T07:54:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 9)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_4.src", "product": { "name": "postgresql-0:13.16-1.el9_4.src", "product_id": "postgresql-0:13.16-1.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-contrib-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-contrib-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-plperl-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-plperl-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-plpython3-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-pltcl-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-private-libs-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-server-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-server-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-upgrade-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-debugsource-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-docs-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-docs-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-private-devel-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-server-devel-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-static-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-static-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-test-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-test-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-contrib-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-contrib-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-plperl-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-plperl-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-server-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-server-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-docs-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-docs-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-static-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-static-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-test-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-test-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-contrib-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-contrib-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-plperl-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-plperl-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-plpython3-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-pltcl-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-private-libs-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-server-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-server-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-upgrade-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-debugsource-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-docs-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-docs-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-private-devel-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-server-devel-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-static-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-static-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-test-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-test-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-0:13.16-1.el9_4.s390x", "product_id": "postgresql-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-contrib-0:13.16-1.el9_4.s390x", "product_id": "postgresql-contrib-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-plperl-0:13.16-1.el9_4.s390x", "product_id": "postgresql-plperl-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_4.s390x", "product_id": "postgresql-plpython3-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_4.s390x", "product_id": "postgresql-pltcl-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_4.s390x", "product_id": "postgresql-private-libs-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-server-0:13.16-1.el9_4.s390x", "product_id": "postgresql-server-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_4.s390x", "product_id": "postgresql-upgrade-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_4.s390x", "product_id": "postgresql-debugsource-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-docs-0:13.16-1.el9_4.s390x", "product_id": "postgresql-docs-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_4.s390x", "product_id": "postgresql-private-devel-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_4.s390x", "product_id": "postgresql-server-devel-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-static-0:13.16-1.el9_4.s390x", "product_id": "postgresql-static-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-test-0:13.16-1.el9_4.s390x", "product_id": "postgresql-test-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src" }, "product_reference": "postgresql-0:13.16-1.el9_4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src" }, "product_reference": "postgresql-0:13.16-1.el9_4.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T07:54:29+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5999" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.src", "CRB-9.4.0.Z.MAIN.EUS:postgresql-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-debugsource-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-static-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-test-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-0:13.16-1.el9_4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.s390x", "CRB-9.4.0.Z.MAIN.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6145
Vulnerability from csaf_redhat
Published
2024-09-03 01:57
Modified
2025-08-03 13:20
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for postgresql is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for postgresql is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6145", "url": "https://access.redhat.com/errata/RHSA-2024:6145" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6145.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-08-03T13:20:51+00:00", "generator": { "date": "2025-08-03T13:20:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6145", "initial_release_date": "2024-09-03T01:57:01+00:00", "revision_history": [ { "date": "2024-09-03T01:57:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T01:57:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:20:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-docs-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-docs-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-private-devel-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-server-devel-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-static-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-static-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-test-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-test-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-debugsource-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-contrib-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-contrib-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-plperl-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-plperl-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-plpython3-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-pltcl-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-private-libs-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-server-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-server-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_2.aarch64", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_2.aarch64", "product_id": "postgresql-upgrade-0:13.16-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-docs-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-docs-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-static-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-static-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-test-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-test-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-contrib-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-contrib-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-plperl-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-plperl-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-server-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-server-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "product_id": "postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-docs-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-docs-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-private-devel-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-server-devel-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-static-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-static-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-test-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-test-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-debugsource-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-contrib-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-contrib-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-plperl-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-plperl-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-plpython3-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-pltcl-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-private-libs-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-server-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-server-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_2.x86_64", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_2.x86_64", "product_id": "postgresql-upgrade-0:13.16-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-docs-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-docs-0:13.16-1.el9_2.s390x", "product_id": "postgresql-docs-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-private-devel-0:13.16-1.el9_2.s390x", "product_id": "postgresql-private-devel-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-server-devel-0:13.16-1.el9_2.s390x", "product_id": "postgresql-server-devel-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-static-0:13.16-1.el9_2.s390x", "product_id": "postgresql-static-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-test-0:13.16-1.el9_2.s390x", "product_id": "postgresql-test-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "product_id": "postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-debugsource-0:13.16-1.el9_2.s390x", "product_id": "postgresql-debugsource-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-0:13.16-1.el9_2.s390x", "product_id": "postgresql-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-contrib-0:13.16-1.el9_2.s390x", "product_id": "postgresql-contrib-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-plperl-0:13.16-1.el9_2.s390x", "product_id": "postgresql-plperl-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-plpython3-0:13.16-1.el9_2.s390x", "product_id": "postgresql-plpython3-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-pltcl-0:13.16-1.el9_2.s390x", "product_id": "postgresql-pltcl-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-private-libs-0:13.16-1.el9_2.s390x", "product_id": "postgresql-private-libs-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-server-0:13.16-1.el9_2.s390x", "product_id": "postgresql-server-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.el9_2.s390x", "product": { "name": "postgresql-upgrade-0:13.16-1.el9_2.s390x", "product_id": "postgresql-upgrade-0:13.16-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.16-1.el9_2.src", "product": { "name": "postgresql-0:13.16-1.el9_2.src", "product_id": "postgresql-0:13.16-1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src" }, "product_reference": "postgresql-0:13.16-1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src" }, "product_reference": "postgresql-0:13.16-1.el9_2.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-private-devel-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-private-libs-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T01:57:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6145" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "AppStream-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.src", "CRB-9.2.0.Z.EUS:postgresql-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-static-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.16-1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.s390x", "CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.16-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6558
Vulnerability from csaf_redhat
Published
2024-09-10 18:28
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql:13 security update
Notes
Topic
An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6558", "url": "https://access.redhat.com/errata/RHSA-2024:6558" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6558.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-08-03T13:21:07+00:00", "generator": { "date": "2025-08-03T13:21:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6558", "initial_release_date": "2024-09-10T18:28:43+00:00", "revision_history": [ { "date": "2024-09-10T18:28:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-10T18:28:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:07+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8060020240903094008:ad008a3a", "product": { "name": "postgresql:13:8060020240903094008:ad008a3a", "product_id": "postgresql:13:8060020240903094008:ad008a3a", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13?rpmmod=postgresql:13:8060020240903094008:ad008a3a" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "product_id": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "product": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "product_id": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.16-1.module%2Bel8.6.0%2B22263%2Bb155edfd?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, "product_reference": "postgresql:13:8060020240903094008:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, "product_reference": "postgresql:13:8060020240903094008:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, "product_reference": "postgresql:13:8060020240903094008:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64 as a component of postgresql:13:8060020240903094008:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-10T18:28:43+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6558" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.AUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.aarch64", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.ppc64le", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.s390x", "AppStream-8.6.0.Z.E4S:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.src", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-contrib-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-debugsource-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-docs-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plperl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-plpython3-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-pltcl-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-server-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-static-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-test-rpm-macros-0:13.16-1.module+el8.6.0+22263+b155edfd.noarch", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64", "AppStream-8.6.0.Z.TUS:postgresql:13:8060020240903094008:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.16-1.module+el8.6.0+22263+b155edfd.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6142
Vulnerability from csaf_redhat
Published
2024-09-03 02:26
Modified
2025-08-06 05:15
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6142", "url": "https://access.redhat.com/errata/RHSA-2024:6142" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6142.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-08-06T05:15:51+00:00", "generator": { "date": "2025-08-06T05:15:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6142", "initial_release_date": "2024-09-03T02:26:26+00:00", "revision_history": [ { "date": "2024-09-03T02:26:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T02:26:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:15:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:8080020240826125709:63b34585", "product": { "name": "postgresql:15:8080020240826125709:63b34585", "product_id": "postgresql:15:8080020240826125709:63b34585", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15?rpmmod=postgresql:15:8080020240826125709:63b34585" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "product_id": "postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "product": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "product_id": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel8.8.0%2B22236%2Bc63904f0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, "product_reference": "postgresql:15:8080020240826125709:63b34585", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src" }, "product_reference": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64 as a component of postgresql:15:8080020240826125709:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-4317", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2024-05-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279935" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. Missing authorization in the built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks", "title": "Vulnerability summary" }, { "category": "other", "text": "PostgreSQL versions before 14 are not affected by this vulnerability. Additionally, this flaw was rated with a low severity as an attacker only has access to some restricted information, specifically information from CREATE STATISTICS commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4317" }, { "category": "external", "summary": "RHBZ#2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4317", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4317" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-4317/", "url": "https://www.postgresql.org/support/security/CVE-2024-4317/" } ], "release_date": "2024-05-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T02:26:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6142" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks" }, { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T02:26:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6142" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-contrib-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-debugsource-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-docs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plperl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-plpython3-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-pltcl-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-private-libs-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-server-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-static-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-test-rpm-macros-0:15.8-1.module+el8.8.0+22236+c63904f0.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240826125709:63b34585:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el8.8.0+22236+c63904f0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6137
Vulnerability from csaf_redhat
Published
2024-09-03 02:00
Modified
2025-08-03 13:22
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6137", "url": "https://access.redhat.com/errata/RHSA-2024:6137" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6137.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-08-03T13:22:06+00:00", "generator": { "date": "2025-08-03T13:22:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6137", "initial_release_date": "2024-09-03T02:00:26+00:00", "revision_history": [ { "date": "2024-09-03T02:00:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T02:00:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:22:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8080020240828084611:63b34585", "product": { "name": "postgresql:12:8080020240828084611:63b34585", "product_id": "postgresql:12:8080020240828084611:63b34585", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12?rpmmod=postgresql:12:8080020240828084611:63b34585" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "product_id": "postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "product": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "product_id": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.8.0%2B22245%2B25697bde?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, "product_reference": "postgresql:12:8080020240828084611:63b34585", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64 as a component of postgresql:12:8080020240828084611:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T02:00:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6137" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-contrib-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-debugsource-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-docs-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plperl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-static-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-test-rpm-macros-0:12.20-1.module+el8.8.0+22245+25697bde.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240828084611:63b34585:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.8.0+22245+25697bde.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6138
Vulnerability from csaf_redhat
Published
2024-09-03 01:35
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6138", "url": "https://access.redhat.com/errata/RHSA-2024:6138" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6138.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-08-03T13:21:52+00:00", "generator": { "date": "2025-08-03T13:21:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6138", "initial_release_date": "2024-09-03T01:35:51+00:00", "revision_history": [ { "date": "2024-09-03T01:35:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T01:35:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:52+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8020020240828083606:4cda2c84", "product": { "name": "postgresql:12:8020020240828083606:4cda2c84", "product_id": "postgresql:12:8020020240828083606:4cda2c84", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12?rpmmod=postgresql:12:8020020240828083606:4cda2c84" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "product_id": "postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "product": { "name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "product_id": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "product": { "name": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "product_id": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product": { "name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product_id": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.20-1.module%2Bel8.2.0%2B22244%2B976eca25?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, "product_reference": "postgresql:12:8020020240828083606:4cda2c84", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src" }, "product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64" }, "product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src" }, "product_reference": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64 as a component of postgresql:12:8020020240828083606:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T01:35:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6138" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.src", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-contrib-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-debugsource-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-docs-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plperl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-plpython3-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-pltcl-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-server-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-static-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-test-rpm-macros-0:12.20-1.module+el8.2.0+22244+976eca25.noarch", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:12:8020020240828083606:4cda2c84:postgresql-upgrade-devel-debuginfo-0:12.20-1.module+el8.2.0+22244+976eca25.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6020
Vulnerability from csaf_redhat
Published
2024-08-29 11:00
Modified
2025-08-06 05:15
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise
Linux 9.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE page(s)
listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:15 module is now available for Red Hat Enterprise\nLinux 9.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\n* postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks (CVE-2024-4317)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6020", "url": "https://access.redhat.com/errata/RHSA-2024:6020" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6020.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-08-06T05:15:13+00:00", "generator": { "date": "2025-08-06T05:15:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6020", "initial_release_date": "2024-08-29T11:00:24+00:00", "revision_history": [ { "date": "2024-08-29T11:00:24+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-29T11:00:24+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:15:13+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:9040020240812115436:rhel9", "product": { "name": "postgresql:15:9040020240812115436:rhel9", "product_id": "postgresql:15:9040020240812115436:rhel9", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15?rpmmod=postgresql:15:9040020240812115436:rhel9" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "product_id": "postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "product": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "product_id": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.4.0%2B22208%2Bcd6b92ff?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, "product_reference": "postgresql:15:9040020240812115436:rhel9", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src" }, "product_reference": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64 as a component of postgresql:15:9040020240812115436:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-4317", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2024-05-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279935" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. Missing authorization in the built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks", "title": "Vulnerability summary" }, { "category": "other", "text": "PostgreSQL versions before 14 are not affected by this vulnerability. Additionally, this flaw was rated with a low severity as an attacker only has access to some restricted information, specifically information from CREATE STATISTICS commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4317" }, { "category": "external", "summary": "RHBZ#2279935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4317", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4317" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4317" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-4317/", "url": "https://www.postgresql.org/support/security/CVE-2024-4317/" } ], "release_date": "2024-05-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T11:00:24+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6020" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "postgresql: PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks" }, { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T11:00:24+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6020" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.src", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-debugsource-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-static-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.4.0+22208+cd6b92ff.noarch", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.s390x", "AppStream-9.4.0.Z.MAIN.EUS:postgresql:15:9040020240812115436:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.4.0+22208+cd6b92ff.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
rhsa-2024:6140
Vulnerability from csaf_redhat
Published
2024-09-03 02:21
Modified
2025-08-03 13:21
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL (CVE-2024-7348)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:6140", "url": "https://access.redhat.com/errata/RHSA-2024:6140" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6140.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-08-03T13:21:42+00:00", "generator": { "date": "2025-08-03T13:21:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:6140", "initial_release_date": "2024-09-03T02:21:06+00:00", "revision_history": [ { "date": "2024-09-03T02:21:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-03T02:21:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T13:21:42+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:9020020240827093843:rhel9", "product": { "name": "postgresql:15:9020020240827093843:rhel9", "product_id": "postgresql:15:9020020240827093843:rhel9", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15?rpmmod=postgresql:15:9020020240827093843:rhel9" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "product_id": "postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "product": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "product_id": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.8-1.module%2Bel9.2.0%2B22239%2B65063c2d.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, "product_reference": "postgresql:15:9020020240827093843:rhel9", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src" }, "product_reference": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64 as a component of postgresql:15:9020020240827093843:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2024-08-08T13:20:30.037503+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2303682" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PostgreSQL. A Race condition in pg_dump allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "Satellite PostgreSQL is pulled through a base layered OS product and/or appstream repository and it is not shipped through this offering.\n\nThis TOCTOU race condition in pg_dump is a important severity issue because it enables a non-privileged database user to escalate their privileges and execute arbitrary SQL functions as the superuser, compromising the entire database system. The exploitation of this vulnerability is particularly dangerous due to the inherent privilege level associated with the pg_dump process, which typically operates with elevated rights to ensure comprehensive backups. The ease of exploitation\u2014due to the trivial nature of winning the race condition by holding an open transaction\u2014further amplifies the risk, making it a significant threat in environments running affected PostgreSQL versions.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-7348" }, { "category": "external", "summary": "RHBZ#2303682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303682" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-7348", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7348" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-7348/", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" } ], "release_date": "2024-08-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-03T02:21:06+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6140" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-contrib-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-debugsource-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-docs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plperl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-plpython3-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-pltcl-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-private-libs-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-server-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-static-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-test-rpm-macros-0:15.8-1.module+el9.2.0+22239+65063c2d.1.noarch", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240827093843:rhel9:postgresql-upgrade-devel-debuginfo-0:15.8-1.module+el9.2.0+22239+65063c2d.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL relation replacement during pg_dump executes arbitrary SQL" } ] }
wid-sec-w-2025-0261
Vulnerability from csaf_certbund
Published
2025-02-04 23:00
Modified
2025-02-04 23:00
Summary
Aruba ClearPass Policy Manager: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Aruba ClearPass ist eine Netzwerk-Zugangskontrolllösung.
Angriff
Ein entfernter authentisierter Angreifer kann mehrere Schwachstellen in Aruba ClearPass Policy Manager ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, vertrauliche Informationen preiszugeben und Daten zu manipulieren.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
{ "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": "Aruba ClearPass ist eine Netzwerk-Zugangskontrolll\u00f6sung.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter authentisierter Angreifer kann mehrere Schwachstellen in Aruba ClearPass Policy Manager ausnutzen, um seine Privilegien zu erh\u00f6hen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen preiszugeben und Daten zu manipulieren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-0261 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0261.json" }, { "category": "self", "summary": "WID-SEC-2025-0261 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0261" }, { "category": "external", "summary": "HPE Security Bulletin vom 2025-02-04", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbnw04784en_us\u0026docLocale=en_US" } ], "source_lang": "en-US", "title": "Aruba ClearPass Policy Manager: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-02-04T23:00:00.000+00:00", "generator": { "date": "2025-02-05T09:40:05.439+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2025-0261", "initial_release_date": "2025-02-04T23:00:00.000+00:00", "revision_history": [ { "date": "2025-02-04T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c6.12.4", "product": { "name": "Aruba ClearPass Policy Manager \u003c6.12.4", "product_id": "T040800" } }, { "category": "product_version", "name": "6.12.4", "product": { "name": "Aruba ClearPass Policy Manager 6.12.4", "product_id": "T040800-fixed", "product_identification_helper": { "cpe": "cpe:/a:arubanetworks:clearpass_policy_manager:6.12.4" } } }, { "category": "product_version_range", "name": "\u003c6.11.10", "product": { "name": "Aruba ClearPass Policy Manager \u003c6.11.10", "product_id": "T040801" } }, { "category": "product_version", "name": "6.11.10", "product": { "name": "Aruba ClearPass Policy Manager 6.11.10", "product_id": "T040801-fixed", "product_identification_helper": { "cpe": "cpe:/a:arubanetworks:clearpass_policy_manager:6.11.10" } } } ], "category": "product_name", "name": "ClearPass Policy Manager" } ], "category": "vendor", "name": "Aruba" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-7348", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Aruba ClearPass Policy Manager. Eine Time-of-Check-Time-of-Use (TOCTOU)-Race-Condition in PostgreSQL in pg_dump erm\u00f6glicht die Ausf\u00fchrung beliebiger SQL-Funktionen mit den Rechten des Benutzers, der pg_dump ausf\u00fchrt, was oft der Superuser ist. Ein entfernter, authentisierter Angreifer mit Objekterstellungsrechten kann erh\u00f6hte Privilegien erlangen. Um die Schwachstelle erfolgreich auszunutzen, muss der Angreifer warten, bis ein legitimer pg_dump-Prozess startet und dann eine Race Condition ausnutzen." } ], "product_status": { "known_affected": [ "T040801", "T040800" ] }, "release_date": "2025-02-04T23:00:00.000+00:00", "title": "CVE-2024-7348" }, { "cve": "CVE-2025-23058", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Aruba ClearPass Policy Manager. Die Schwachstelle betrifft die webbasierte Management-Schnittstelle aufgrund einer fehlenden Durchsetzung von Berechtigungen. Ein entfernter, authentisierter Angreifer mit Nur-Lese-Rechten kann diese Schwachstelle ausnutzen, um administrative Privilegien zu erlangen und m\u00f6glicherweise Konfigurationen zu \u00e4ndern oder auf sensible Daten zuzugreifen." } ], "product_status": { "known_affected": [ "T040801", "T040800" ] }, "release_date": "2025-02-04T23:00:00.000+00:00", "title": "CVE-2025-23058" }, { "cve": "CVE-2025-23059", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Aruba ClearPass Policy Manager. Die webbasierte Management-Schnittstelle gibt Verzeichnisse mit vertraulichen Systeminformationen preis. Ein entfernter, authentisierter Angreifer mit hohen Rechten kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen und so m\u00f6glicherweise die Integrit\u00e4t und Sicherheit des gesamten Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T040801", "T040800" ] }, "release_date": "2025-02-04T23:00:00.000+00:00", "title": "CVE-2025-23059" }, { "cve": "CVE-2025-23060", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Aruba ClearPass Policy Manager. Unter bestimmten Bedingungen k\u00f6nnen vertrauliche Informationen unverschl\u00fcsselt \u00fcbertragen werden. Ein entfernter, authentisierter Angreifer mit erh\u00f6hten Rechten kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen und Daten durch einen Man-in-the-Middle-Angriff (MitM) zu manipulieren." } ], "product_status": { "known_affected": [ "T040801", "T040800" ] }, "release_date": "2025-02-04T23:00:00.000+00:00", "title": "CVE-2025-23060" }, { "cve": "CVE-2025-25039", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Aruba ClearPass Policy Manager. Ein entfernter, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um beliebige Befehle als Benutzer mit niedrigeren Berechtigungen auf dem zugrunde liegenden Host auszuf\u00fchren." } ], "product_status": { "known_affected": [ "T040801", "T040800" ] }, "release_date": "2025-02-04T23:00:00.000+00:00", "title": "CVE-2025-25039" } ] }
wid-sec-w-2024-1800
Vulnerability from csaf_certbund
Published
2024-08-08 22:00
Modified
2025-08-04 22:00
Summary
PostgreSQL: Schwachstelle ermöglicht Privilegieneskalation
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
PostgreSQL ist eine frei verfügbare Datenbank für unterschiedliche Betriebssysteme.
Angriff
Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in PostgreSQL ausnutzen, um seine Privilegien zu erhöhen.
Betroffene Betriebssysteme
- Linux
- Windows
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "PostgreSQL ist eine frei verf\u00fcgbare Datenbank f\u00fcr unterschiedliche Betriebssysteme.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in PostgreSQL ausnutzen, um seine Privilegien zu erh\u00f6hen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1800 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1800.json" }, { "category": "self", "summary": "WID-SEC-2024-1800 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1800" }, { "category": "external", "summary": "PostgreSQL Security Advisory vom 2024-08-08", "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" }, { "category": "external", "summary": "GitHub Advisory Database vom 2024-08-08", "url": "https://github.com/advisories/GHSA-3c6g-7v4g-5xcm" }, { "category": "external", "summary": "PostgreSQL Release Notes vom 2024-08-08", "url": "https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/" }, { "category": "external", "summary": "Debian Security Advisory DSA-5745 vom 2024-08-09", "url": "https://lists.debian.org/debian-security-announce/2024/msg00157.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5746 vom 2024-08-09", "url": "https://lists.debian.org/debian-security-announce/2024/msg00158.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6968-1 vom 2024-08-19", "url": "https://ubuntu.com/security/notices/USN-6968-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5929 vom 2024-08-28", "url": "https://access.redhat.com/errata/RHSA-2024:5929" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5927 vom 2024-08-28", "url": "https://access.redhat.com/errata/RHSA-2024:5927" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-5929 vom 2024-08-29", "url": "https://linux.oracle.com/errata/ELSA-2024-5929.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-5927 vom 2024-08-29", "url": "https://linux.oracle.com/errata/ELSA-2024-5927.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5999 vom 2024-08-29", "url": "https://rhn.redhat.com/errata/RHSA-2024:5999.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6020 vom 2024-08-29", "url": "https://access.redhat.com/errata/RHSA-2024:6020" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6018 vom 2024-08-29", "url": "https://access.redhat.com/errata/RHSA-2024:6018" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6001 vom 2024-08-29", "url": "https://access.redhat.com/errata/RHSA-2024:6001" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6000 vom 2024-08-29", "url": "https://rhn.redhat.com/errata/RHSA-2024:6000.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6020 vom 2024-08-30", "url": "https://linux.oracle.com/errata/ELSA-2024-6020.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6000 vom 2024-08-30", "url": "https://linux.oracle.com/errata/ELSA-2024-6000.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6018 vom 2024-08-30", "url": "https://linux.oracle.com/errata/ELSA-2024-6018.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6001 vom 2024-08-30", "url": "https://linux.oracle.com/errata/ELSA-2024-6001.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6142 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6142" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6144 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6144" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6145 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6145" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6137 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6137" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6138 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6138" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6139 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6139" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6140 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6140" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6141 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6141" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-5999 vom 2024-09-04", "url": "https://linux.oracle.com/errata/ELSA-2024-5999.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3158-1 vom 2024-09-06", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/JXSOJE4YSXHSKO57NWNE2DURSJMONMPN/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3160-1 vom 2024-09-06", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3IK3T7REYQXVI2MKTYDG6CDMMWA3TTPV/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3153-1 vom 2024-09-06", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/75WRUG4NWZ4OHTQZVDCER4HOUDRR6N7C/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3154-1 vom 2024-09-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019384.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3159-1 vom 2024-09-06", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RROSUTSIGYMJUVZSZFN252DVXISZKNJX/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3171-1 vom 2024-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019391.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3169-1 vom 2024-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019393.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3168-1 vom 2024-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019394.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3181-1 vom 2024-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019397.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3170-1 vom 2024-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019392.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6559 vom 2024-09-11", "url": "https://access.redhat.com/errata/RHSA-2024:6559" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3192-1 vom 2024-09-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019401.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6557 vom 2024-09-11", "url": "https://access.redhat.com/errata/RHSA-2024:6557" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3191-1 vom 2024-09-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019402.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6558 vom 2024-09-11", "url": "https://access.redhat.com/errata/RHSA-2024:6558" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3224-1 vom 2024-09-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019433.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3158-2 vom 2024-09-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019427.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:5929 vom 2024-09-17", "url": "https://errata.build.resf.org/RLSA-2024:5929" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:5999 vom 2024-09-17", "url": "https://errata.build.resf.org/RLSA-2024:5999" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6968-2 vom 2024-09-19", "url": "https://ubuntu.com/security/notices/USN-6968-2" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202409-02 vom 2024-09-22", "url": "https://security.gentoo.org/glsa/202409-02" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14348-1 vom 2024-09-20", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OXG6KBR4NGDILNDJZP2FM4AIADAY3DBM/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14349-1 vom 2024-09-20", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JFBV5HQIUL2TYPYWU3EU4MRYMYE6ONRA/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14350-1 vom 2024-09-20", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/F6L7CYTL2P6XU6L63WN47NCR4GIQGAQH/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14351-1 vom 2024-09-20", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/233KJGMB42XZRNBMLOMSWHBSDKMS7R47/" }, { "category": "external", "summary": "IBM Security Bulletin 7169778 vom 2024-09-24", "url": "https://www.ibm.com/support/pages/node/7169778" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14360-1 vom 2024-09-24", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RSHH7GG3JERRES4WX7FTBWO2TZCAMJMP/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14361-1 vom 2024-09-24", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/HD5J3C4URB7D6PHUVYZRISSS5HBJ3ITI/" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL12-2024-011 vom 2024-10-02", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL12-2024-011.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL12-2024-012 vom 2024-10-02", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL12-2024-012.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL13-2024-007 vom 2024-10-02", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL13-2024-007.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL14-2024-012 vom 2024-10-02", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL14-2024-012.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL14-2024-013 vom 2024-10-02", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL14-2024-013.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3158-3 vom 2024-10-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019543.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6968-3 vom 2024-10-14", "url": "https://ubuntu.com/security/notices/USN-6968-3" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3159-2 vom 2024-10-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019677.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8495 vom 2024-10-28", "url": "https://access.redhat.com/errata/RHSA-2024:8495" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10831 vom 2024-12-06", "url": "https://linux.oracle.com/errata/ELSA-2024-10831.html" }, { "category": "external", "summary": "Qlik Advisory vom 2024-12-10", "url": "https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-and-PostgreSQL-vulnerability/ta-p/2497033" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-8495 vom 2024-12-16", "url": "https://linux.oracle.com/errata/ELSA-2024-8495.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2733 vom 2025-01-24", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2733.html" }, { "category": "external", "summary": "Dell Security Advisory DSA-2025-064 vom 2025-01-30", "url": "https://www.dell.com/support/kbdoc/de-de/000278811/dsa-2025-064-security-update-for-dell-networker-networker-virtual-edition-and-networker-management-console-multiple-component-vulnerabilities" }, { "category": "external", "summary": "IBM Security Bulletin 7182335 vom 2025-02-03", "url": "https://www.ibm.com/support/pages/node/7182335" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-1959 vom 2025-02-05", "url": "https://alas.aws.amazon.com/ALAS-2025-1959.html" }, { "category": "external", "summary": "Hitachi Vulnerability Information HITACHI-SEC-2025-113 vom 2025-05-15", "url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2025-113/index.html" }, { "category": "external", "summary": "SEM 2025.2.1 release notes vom 2025-07-02", "url": "https://documentation.solarwinds.com/en/success_center/sem/content/release_notes/sem_2025-2-1_release_notes.htm" }, { "category": "external", "summary": "Brocade Security Advisory BSA-2025-3032 vom 2025-07-08", "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35916" }, { "category": "external", "summary": "Security Update for Dell PowerProtect Data Domain", "url": "https://www.dell.com/support/kbdoc/en-us/000348708/dsa-2025-159-security-update-for-dell-powerprotect-data-domain-multiple-vulnerabilities" } ], "source_lang": "en-US", "title": "PostgreSQL: Schwachstelle erm\u00f6glicht Privilegieneskalation", "tracking": { "current_release_date": "2025-08-04T22:00:00.000+00:00", "generator": { "date": "2025-08-05T07:20:19.165+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2024-1800", "initial_release_date": "2024-08-08T22:00:00.000+00:00", "revision_history": [ { "date": "2024-08-08T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-08-19T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-08-28T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-08-29T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-01T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-09-02T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-03T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-09-08T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-09-09T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-09-10T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2024-09-12T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-09-16T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-09-19T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-09-22T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Gentoo und openSUSE aufgenommen" }, { "date": "2024-09-23T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-10-03T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Amazon und SUSE aufgenommen" }, { "date": "2024-10-14T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-10-24T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-10-27T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-12-08T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-12-10T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates aufgenommen" }, { "date": "2024-12-16T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-01-26T23:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-01-29T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2025-02-03T23:00:00.000+00:00", "number": "25", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-02-05T23:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-05-14T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates von HITACHI aufgenommen" }, { "date": "2025-07-01T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates aufgenommen" }, { "date": "2025-07-08T22:00:00.000+00:00", "number": "29", "summary": "Neue Updates von BROCADE aufgenommen" }, { "date": "2025-08-04T22:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Dell aufgenommen" } ], "status": "final", "version": "30" } }, "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": [ { "branches": [ { "category": "product_version_range", "name": "\u003c2.4.0a", "product": { "name": "Broadcom Brocade SANnav \u003c2.4.0a", "product_id": "T045166" } }, { "category": "product_version", "name": "2.4.0a", "product": { "name": "Broadcom Brocade SANnav 2.4.0a", "product_id": "T045166-fixed", "product_identification_helper": { "cpe": "cpe:/a:broadcom:brocade_sannav:2.4.0a" } } } ], "category": "product_name", "name": "Brocade SANnav" } ], "category": "vendor", "name": "Broadcom" }, { "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": "Dell NetWorker", "product": { "name": "Dell NetWorker", "product_id": "T024663", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain", "product": { "name": "Dell PowerProtect Data Domain", "product_id": "T045852", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain Management Center", "product": { "name": "Dell PowerProtect Data Domain Management Center", "product_id": "T045853", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain_management_center:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain OS", "product": { "name": "Dell PowerProtect Data Domain OS", "product_id": "T045854", "product_identification_helper": { "cpe": "cpe:/o:dell:powerprotect_data_domain_os:-" } } } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c11.0.4-00", "product": { "name": "Hitachi Ops Center \u003c11.0.4-00", "product_id": "T043089" } }, { "category": "product_version", "name": "11.0.4-00", "product": { "name": "Hitachi Ops Center 11.0.4-00", "product_id": "T043089-fixed", "product_identification_helper": { "cpe": "cpe:/a:hitachi:ops_center:11.0.4-00" } } } ], "category": "product_name", "name": "Ops Center" } ], "category": "vendor", "name": "Hitachi" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.5.0 UP11", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP11", "product_id": "T040749" } }, { "category": "product_version", "name": "7.5.0 UP11", "product": { "name": "IBM QRadar SIEM 7.5.0 UP11", "product_id": "T040749-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11" } } } ], "category": "product_name", "name": "QRadar SIEM" }, { "branches": [ { "category": "product_version_range", "name": "\u003c10.1.16.3", "product": { "name": "IBM Spectrum Protect Plus \u003c10.1.16.3", "product_id": "T037795" } }, { "category": "product_version", "name": "10.1.16.3", "product": { "name": "IBM Spectrum Protect Plus 10.1.16.3", "product_id": "T037795-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.16.3" } } } ], "category": "product_name", "name": "Spectrum Protect Plus" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c16.4", "product": { "name": "Open Source PostgreSQL \u003c16.4", "product_id": "T036693" } }, { "category": "product_version", "name": "16.4", "product": { "name": "Open Source PostgreSQL 16.4", "product_id": "T036693-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:16.4" } } }, { "category": "product_version_range", "name": "\u003c15.8", "product": { "name": "Open Source PostgreSQL \u003c15.8", "product_id": "T036694" } }, { "category": "product_version", "name": "15.8", "product": { "name": "Open Source PostgreSQL 15.8", "product_id": "T036694-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:15.8" } } }, { "category": "product_version_range", "name": "\u003c14.13", "product": { "name": "Open Source PostgreSQL \u003c14.13", "product_id": "T036695" } }, { "category": "product_version", "name": "14.13", "product": { "name": "Open Source PostgreSQL 14.13", "product_id": "T036695-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:14.13" } } }, { "category": "product_version_range", "name": "\u003c13.16", "product": { "name": "Open Source PostgreSQL \u003c13.16", "product_id": "T036696" } }, { "category": "product_version", "name": "13.16", "product": { "name": "Open Source PostgreSQL 13.16", "product_id": "T036696-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:13.16" } } }, { "category": "product_version_range", "name": "\u003c12.20", "product": { "name": "Open Source PostgreSQL \u003c12.20", "product_id": "T036697" } }, { "category": "product_version", "name": "12.2", "product": { "name": "Open Source PostgreSQL 12.20", "product_id": "T036697-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:12.20" } } } ], "category": "product_name", "name": "PostgreSQL" } ], "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": "vendor", "name": "Oracle" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "Enterprise on Windows \u003c=November 2024", "product": { "name": "Qlik Sense Enterprise on Windows \u003c=November 2024", "product_id": "T039667" } }, { "category": "product_version_range", "name": "Enterprise on Windows \u003c=November 2024", "product": { "name": "Qlik Sense Enterprise on Windows \u003c=November 2024", "product_id": "T039667-fixed" } } ], "category": "product_name", "name": "Sense" } ], "category": "vendor", "name": "Qlik" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "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": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c2025.2.1", "product": { "name": "SolarWinds Security Event Manager \u003c2025.2.1", "product_id": "T044986" } }, { "category": "product_version", "name": "2025.2.1", "product": { "name": "SolarWinds Security Event Manager 2025.2.1", "product_id": "T044986-fixed", "product_identification_helper": { "cpe": "cpe:/a:solarwinds:security_event_manager:2025.2.1" } } } ], "category": "product_name", "name": "Security Event Manager" } ], "category": "vendor", "name": "SolarWinds" }, { "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-2024-7348", "product_status": { "known_affected": [ "T040749", "67646", "T039667", "T036696", "T036697", "T012167", "T004914", "T032255", "T036693", "T036694", "T037795", "T036695", "T045853", "T045852", "T044986", "T045854", "2951", "T002207", "T000126", "T024663", "T027843", "398363", "T045166", "T043089" ] }, "release_date": "2024-08-08T22:00:00.000+00:00", "title": "CVE-2024-7348" } ] }
ghsa-3c6g-7v4g-5xcm
Vulnerability from github
Published
2024-08-08 15:31
Modified
2024-08-08 15:31
Severity ?
VLAI Severity ?
Details
Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.
{ "affected": [], "aliases": [ "CVE-2024-7348" ], "database_specific": { "cwe_ids": [ "CWE-367" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-08-08T13:15:14Z", "severity": "HIGH" }, "details": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.", "id": "GHSA-3c6g-7v4g-5xcm", "modified": "2024-08-08T15:31:30Z", "published": "2024-08-08T15:31:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7348" }, { "type": "WEB", "url": "https://www.postgresql.org/support/security/CVE-2024-7348" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
fkie_cve-2024-7348
Vulnerability from fkie_nvd
Published
2024-08-08 13:15
Modified
2024-11-21 09:51
Severity ?
8.8 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
postgresql | postgresql | * | |
postgresql | postgresql | * | |
postgresql | postgresql | * | |
postgresql | postgresql | * | |
postgresql | postgresql | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "1406C6A7-1C35-4474-ACDB-BA846C24F21B", "versionEndExcluding": "12.20", "versionStartIncluding": "12.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "8FADD5D0-8034-4379-8C8F-2EB545AF97A9", "versionEndExcluding": "13.16", "versionStartIncluding": "13.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "5BC17304-2D09-4162-9010-02C4ED82B9EA", "versionEndExcluding": "14.13", "versionStartIncluding": "14.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "7A8C15B7-5796-44FA-8A83-01DAF7B226ED", "versionEndExcluding": "15.8", "versionStartIncluding": "15.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "7DDD83C9-C0AF-464E-A367-481E5556B970", "versionEndExcluding": "16.4", "versionStartIncluding": "16.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected." }, { "lang": "es", "value": "La condici\u00f3n de ejecuci\u00f3n de tiempo de verificaci\u00f3n de tiempo de uso (TOCTOU) en pg_dump en PostgreSQL permite a un creador de objetos ejecutar funciones SQL arbitrarias como el usuario que ejecuta pg_dump, que a menudo es un superusuario. El ataque implica reemplazar otro tipo de relaci\u00f3n con una vista o tabla externa. El ataque requiere esperar a que se inicie pg_dump, pero ganar la condici\u00f3n de ejecuci\u00f3n es trivial si el atacante retiene una transacci\u00f3n abierta. Las versiones anteriores a PostgreSQL 16.4, 15.8, 14.13, 13.16 y 12.20 se ven afectadas." } ], "id": "CVE-2024-7348", "lastModified": "2024-11-21T09:51:20.720", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "type": "Secondary" }, { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2024-08-08T13:15:14.007", "references": [ { "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "tags": [ "Vendor Advisory" ], "url": "https://www.postgresql.org/support/security/CVE-2024-7348/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2024/08/11/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20240822-0002/" } ], "sourceIdentifier": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-367" } ], "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-367" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- 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.
Loading…
Loading…